Created
September 9, 2017 07:00
-
-
Save domantasg/a36ec00ed5dd28baac20a6f233a14d83 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
// 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