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

Official PHP manual ↗

Reference navigation

Previous: map()

Next: reduce()

Back to reference