Function __global->is_scalar
Definitions
sources_custom/phpstub.php
- Finds whether a variable is a scalar (integer, float, string or boolean).
- 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 |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A