Skip to content

Instantly share code, notes, and snippets.

@lchski
Created June 24, 2016 22:05
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 lchski/6fe46001c14f497bc6df6a1eb1306daa to your computer and use it in GitHub Desktop.
Save lchski/6fe46001c14f497bc6df6a1eb1306daa to your computer and use it in GitHub Desktop.
<?php
$my_array = array(
'first' => 1,
'second' => 2,
'third' => 3,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment