Web Analytics

PHP token_name() Function

Tokenizer FunctionPHP 4+

The token_name() function gets the symbolic name of a given PHP token.

Syntax

token_name(int $id): string

Try It Online

Output
Click Run to execute your code