Function __global->ord
Definitions
sources_custom/phpstub.php
- Return ASCII value of character.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | string | required parameter | N/A | N/A | String of length 1, containing character to find ASCII value of |
Return
- The ASCII value
- Type: integer
- Set: N/A
- Range: N/A