Example #1 token_name() example. <?php // 260 is the token value for the T_REQUIRE token echo token_name(260); // -> "T_REQUIRE" // a token constant maps to ...
確定! 回上一頁