Function __global->array_diff
Definitions
sources_custom/phpstub.php
- Calculate the difference between arrays.
- 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 difference
- Type: array
- Set: N/A
- Range: N/A