Function __global->array_keys
Definitions
sources_custom/phpstub.php
- Return all the keys of an array.
- 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 | Input array |
$search_value | ?mixed | Null | N/A | N/A | Only find keys with this value (null: no such filter) |
Return
- The keys of the array
- Type: array
- Set: N/A
- Range: N/A