array_replace_recursive(array $array1[, ...])
Parameters: |
|
---|---|
Returns: |
Modified array |
Return type: |
array |
For more information, please refer to the PHP manual for array_replace_recursive().
Important
Only PHP’s native function can detect endless recursion. Unless you are running PHP 5.3+, be careful with references!
Please login to continue.