Skip to content

Instantly share code, notes, and snippets.

@samsoir
Created January 19, 2009 12:42
Show Gist options
  • Save samsoir/48970 to your computer and use it in GitHub Desktop.
Save samsoir/48970 to your computer and use it in GitHub Desktop.
<?php
$my_array = array
(
'one' => 'value',
'two' => 'another_value',
'three' => 'final_value'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment