Skip to content

Instantly share code, notes, and snippets.

@Casperhr
Created August 10, 2016 18:08
Show Gist options
  • Select an option

  • Save Casperhr/fd63e6fedd5ed6b384f7b3b6fb640a38 to your computer and use it in GitHub Desktop.

Select an option

Save Casperhr/fd63e6fedd5ed6b384f7b3b6fb640a38 to your computer and use it in GitHub Desktop.
$array = [
'1' => 'One',
'2' => 'Two',
'3' => 'Three',
'4' => 'Four',
'5' => 'Five',
'6' => 'Six',
'7' => 'Seven',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment