Function __global->is_iterable
Definitions
sources_custom/phpstub.php
- Verify that the contents of a variable is an iterable value.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$var | mixed | required parameter | N/A | N/A | Variable to check |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A