Skip to content

Instantly share code, notes, and snippets.

@domantasg
Created September 9, 2017 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domantasg/a36ec00ed5dd28baac20a6f233a14d83 to your computer and use it in GitHub Desktop.
Save domantasg/a36ec00ed5dd28baac20a6f233a14d83 to your computer and use it in GitHub Desktop.
// Associative array
$an_array = array(
"key" => "value",
"key2" => "value2"
);
// Standard Array
$another_array = array(
"one",
"two"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment