token_name Get the symbolic name of a given PHP token &reftitle.description; stringtoken_name intid token_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; <function>token_name</function> 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