PhpToken::getTokenNameReturns the name of the token. Description
public stringnull PhpToken::getTokenName()
Returns the name of the token. ParametersThis function has no parameters. Return Values
An ASCII character for single-char tokens,
or one of T_* constant names for known tokens (see List of Parser Tokens),
or ExamplesExample #1 PhpToken::getTokenName example
See Also
|