Less than 1 minute
array_diff_assoc_recursive
Recursivly computes the difference of arrays with additional index check.
public array_diff_assoc_recursive({Array})
Compares array1
against array2
and returns the difference. Unlike array_diff() the array keys are also used in the comparison. Also, unlike the PHP array_diff_assoc() function, this function recurse into child arrays.
Parameters
Parameter | Type | Description |
---|---|---|
$arrays | mixed | more arrays to compare against |
Generated by Hazaar API Doc Generator