concat()
The concat() method merge one or more arrays
Example.php
Syntax
Parameter
$values
A new array or value to merge with the existing array. If is not array (Immutable into an array), It will be wrapped in array.
Return value
A merged array. The same key values are overwritten.
Prefixing
References
Last updated