Function __global->is_numeric
Definitions
sources_custom/phpstub.php
- Finds whether a variable is numeric (e.g. a numeric string, or a pure integer).
- 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 | What to check |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A