Less than 1 minute
array_diff_key_recursive
Computes the difference of arrays using keys for comparison recursively.
public array_diff_key_recursive({Array})
This is the same as array_diff_key() except it will recurse into child arrays and return them in the result if they contain any key differences.
Parameters
Parameter | Type | Description |
---|---|---|
$arrays | mixed |
Generated by Hazaar API Doc Generator