token_nameGet the symbolic name of a given PHP token
&reftitle.description;
stringtoken_nameintidtoken_name gets the symbolic name for a PHP
id value.
&reftitle.parameters;
id
The token value.
&reftitle.returnvalues;
The symbolic name of the given id.
&reftitle.examples;
token_name example
"T_EVAL"
// a token constant maps to its own name
echo token_name(T_FUNCTION); // -> "T_FUNCTION"
?>
]]>
&reftitle.seealso;
List of Parser Tokens
&reftitle.seealso;
PhpToken::getTokenName