ALIAS
merge()
ShortPHP reference for array_merge().
Signature
array_merge(array ...$arrays): array
Example
merge(...);PHP equivalent
array_merge() is the canonical PHP function. ShortPHP provides merge() as the convenience alias.
Extension: Core