Function __global->array_filter
Definitions
sources_custom/phpstub.php
- Filters elements of an array using a callback function.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$input | array | required parameter | N/A | N/A | In |
$callback | ?mixed | Null | N/A | N/A | The filter function callback (null: filter out false's) |
Return
- Out
- Type: array
- Set: N/A
- Range: N/A