Function __global->array_intersect_assoc
Definitions
sources_custom/phpstub.php
- Calculate the intersection of arrays with additional index check.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$array1 | array | required parameter | N/A | N/A | First array |
$arrays | array | required parameter | N/A | N/A | ...$arrays Other arrays |
Return
- The intersection
- Type: array
- Set: N/A
- Range: N/A