Skip to content

Instantly share code, notes, and snippets.

@aliaramli
Created January 30, 2020 08:14
Show Gist options
  • Save aliaramli/c82876802fcdd9c1e99ca6aec1db6282 to your computer and use it in GitHub Desktop.
Save aliaramli/c82876802fcdd9c1e99ca6aec1db6282 to your computer and use it in GitHub Desktop.
$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