Function __global->array_map
Definitions
sources_custom/phpstub.php
- Applies the callback to the elements of the given array.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$callback | mixed | required parameter | N/A | N/A | Callback map function |
$array | array | required parameter | N/A | N/A | In |
Return
- Out
- Type: array
- Set: N/A
- Range: N/A