concatSoft()
The concatSoft() method all similar to concat(), but not overwrite existing keys
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 ignored.
Prefixing
References
concat()Last updated