Function __global->intval
Definitions
sources_custom/phpstub.php
- Get integer value of a variable.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$var | mixed | required parameter | N/A | N/A | Integer, but in some other form (usually string) |
$base | integer | 10 | N/A | N/A | The base |
Return
- The integer, extracted
- Type: integer
- Set: N/A
- Range: N/A