PHP » array_intersect_assoc
Computes the intersection of arrays with additional index check
| Parameters | Description |
|---|---|
| array1 | The array with master values to check. |
| array2 | An array to compare values against. |
| array | A variable list of arrays to compare. |
Computes the intersection of arrays with additional index check
| Parameters | Description |
|---|---|
| array1 | The array with master values to check. |
| array2 | An array to compare values against. |
| array | A variable list of arrays to compare. |