Created
January 30, 2020 08:14
-
-
Save aliaramli/c82876802fcdd9c1e99ca6aec1db6282 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$developers = array( | |
array("name"=>"alia", "job"=>"freelancer", "age"=>"30"), | |
array("name"=>"naruto", "job"=>"freelancer hokage", "age"=>"30"), | |
array("name"=>"sasuke", "job"=>"freelancer spy", "age"=>"30") | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment