Skip to content

Instantly share code, notes, and snippets.

@sandeepshetty
Created May 24, 2012 05:12
Show Gist options
  • Save sandeepshetty/2779598 to your computer and use it in GitHub Desktop.
Save sandeepshetty/2779598 to your computer and use it in GitHub Desktop.
PHP array_merge example output
Array
(
[0] => apples
[1] => oranges
[2] => bananas
[3] => mangoes
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment