Examples ¶. Example #1 token_get_all() example. <?php $tokens = token_get_all('<?php echo; ?>'); foreach ($tokens as $token) { if (is_array($token)) {
確定! 回上一頁