Function __global->lex__get_next_chars
Definitions
sources/webstandards_js_lex.php
- Get the next characters while lexing.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$i | integer | required parameter | N/A | N/A | Get character at this position |
$num | integer | required parameter | N/A | N/A | How many to get |
Return
- Get triplet about the next character (whether end reached, new position, characters)
- Type: array
- Set: N/A
- Range: N/A