Last active
August 29, 2015 14:09
-
-
Save khoand0000/955c2dbe1012e807659d to your computer and use it in GitHub Desktop.
php
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
// use + operator when plus 2 array instead of array_merge because array_merge re-index | |
['' => ''] + [0, 1, 2] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment