位置: 編程技術(shù) - 正文
推薦整理分享PHP:token_get_all()的用法_Tokenizer函數(shù),希望有所幫助,僅作參考,歡迎閱讀內(nèi)容。
文章相關(guān)熱門搜索詞:,內(nèi)容如對您有幫助,希望把文章鏈接給更多的朋友!
(PHP 4 >= 4.2.0, PHP 5)
token_get_all — 將提供的源碼按 PHP 標(biāo)記進(jìn)行分割
說明 array token_get_all ( string $source )token_get_all() 解析提供的 source 源碼字符,然后使用 Zend 引擎的語法分析器獲取源碼中的 PHP 語言的解析器代號
解析器代號列表見解析器代號列表, 或者使用 token_name() 翻譯獲取這個代號的字符串表示.
參數(shù)source
需要解析的 PHP 源碼.
返回值An array of token identifiers. Each individual token identifier is either a single character (i.e.: ;, ., or a three element array containing the token index in element 0, the string content of the original token in element 1 and the line number in element 2.
范例
Example #1 token_get_all() examples
<?php$tokens=token_get_all('<?phpecho;?>');/*=>array(array(T_OPEN_TAG,'<?php'),array(T_ECHO,'echo'),';',array(T_CLOSE_TAG,'?>'));*//*NoteinthefollowingexamplethatthestringisparsedasT_INLINE_HTMLratherthantheotherwiseexpectedT_COMMENT(T_ML_COMMENTinPHP<5).Thisisbecausenoopen/closetagswereusedinthe"code"provided.Thiswouldbeequivalenttoputtingacommentoutsideof<?php?>tagsinanormalfile.*/$tokens=token_get_all('/*comment*/');//=>array(array(T_INLINE_HTML,'/*comment*/'));?> 更新日志版本 說明 5.2.2 Line numbers are returned in element 2
PHP:token_name()的用法_Tokenizer函數(shù) token_name(PHP4=4.2.0,PHP5)token_name獲取提供的PHP解析器代號的符號名稱說明stringtoken_name(int$token)token_name()獲取一個PHPtoken的符號名稱.參數(shù)token解析器代號的值.
PHP:stream_register_wrapper()的用法_Stream函數(shù) stream_register_wrapper(PHP4=4.3.0,PHP5)stream_register_wrapper注冊一個用PHP類實現(xiàn)的URL封裝協(xié)議說明booleanstream_register_wrapper(string$protocol,string$classname)stream_register_wrappe
PHP:stream_socket_pair()的用法_Stream函數(shù) stream_socket_pair(PHP5=5.1.0)stream_socket_pair創(chuàng)建一對完全一樣的網(wǎng)絡(luò)套接字連接流說明arraystream_socket_pair(int$domain,int$type,int$protocol)stream_socket_pair()創(chuàng)建一對完全
標(biāo)簽: PHP:token_get_all()的用法_Tokenizer函數(shù)
本文鏈接地址:http://jsrtzm.cn/biancheng/280587.html 轉(zhuǎn)載請保留說明!上一篇:PHP:base64_decode()的用法_url函數(shù)
網(wǎng)站地圖: 企業(yè)信息 工商信息 財稅知識 網(wǎng)絡(luò)常識 編程技術(shù)
友情鏈接: 武漢網(wǎng)站建設(shè)