token_nameGet the symbolic name of a given PHP token
&reftitle.description;
stringtoken_nameinttokentoken_name gets the symbolic name for a PHP
token value.
&reftitle.parameters;
token
The token value.
&reftitle.returnvalues;
The symbolic name of the given token.
&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