Function __global->lex__get_next_char

Definitions

sources/webstandards_js_lex.php

  • Get the next character 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

Return

  • Get triplet about the next character (whether end reached, new position, character)
  • Type: array
  • Set: N/A
  • Range: N/A