PhpToken::__toString

(PHP 8)

PhpToken::__toStringReturns the textual content of the token.

說(shuō)明

public PhpToken::__toString(): string

Returns the textual content of the token.

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

A textual content of the token.

范例

示例 #1 PhpToken::__toString() example

<?php
$token 
= new PhpToken(T_ECHO'echo');
echo 
$token;

以上例程會(huì)輸出:

echo

參見(jiàn)

  • token_name() - 獲取提供的 PHP 解析器代號(hào)的符號(hào)名稱