有一些常用的表示式的對應元**如下表
型別**
元**注釋
//注釋
array( 'type'=>'comment',
'value'=>'注釋')
注釋段
/*注釋第一行
注釋第二行
*/
array( 'type'=>'comments',
'value'=>'注釋第一行
注釋第二行
')
退出
exit;
exit(200)
array( 'type'=>'exit',)
array( 'type'=>'exit',
'property'=>array
(
array('type'=>'int' , 'data'=>200)
))
trycatch
trycatch($e
)
array( 'type'=>'try',
'child'=>array
(
//存放try區間內的表示式
),'catch'=>array
( 'type'=>'variable',
'name'=>'$e')
'catchchild'=>array
(
//存放catch區間內的表示式
))
throw
thrownewexception("錯誤資訊");
array( 'type'=>'throw',
'value'=>array
( 'type'=>'new',
'name'=>'exception',
'property'=>array
(
array
( 'type'=>'string',
'data'=>'錯誤資訊')))
)
include_once
include_once($path);
這種方式格式等同於函式呼叫functioncall的格式
include_onde $path;
這種的元**格式如右側
array( 'type'=>'include_once',
'value'=>array
( 'type'=>'variable',
'name'=>'$path')
)
null
null
array( 'type'=>'null')
__file__
__file__
array( 'type'=>'__file__')
php結束符
?>
array( 'type'=>'phpend')
目錄引擎介紹
元**結構
metaphp陣列的使用
函式的使用
類的定義和使用
雜七雜八的
修改已有**
也歡迎進行qq聯絡本人 ,交流我在開發metaphp過程中的經驗
UML雜七雜八
各種分析的角度 目的。1 用例分析,是整個系統層次的功能 使用者的分析 2 靜態分析是對系統實現過程中對類層次的分析,它關注各個實現類的基本性情及各個類之前的關係 關聯 組合 聚合 泛化。3 活動分析是對系統功能業務及業務流和的分析,它是對物件層次的分析。這裡面引入了事件 時候的因素了 4 元件分析...
RTSP雜七雜八
1755埠 1755埠預設情況下用於 microsoft media server 微軟 伺服器,簡稱mms 554埠預設情況下用於 real time streaming protocol 實時流協議,簡稱rtsp 試試下面的方法 開始 控制面板 網路和撥號鏈結 右鍵點選你當前用的網路,點屬性 選...
雜七雜八 新年
新年快到了,從2014 到 2015 大學只有一半的時間了!我想分享這麼一首歌 那年的願望 口琴真的很讚,讓人憂傷的一首歌 那年的願望 歌手 好妹妹樂隊 詞曲 王小洋 編曲 黃立煒 如今的我總是感到迷惑 像陣風 不知明天的方向 有時失落 偶爾沉默 孤單 現實的重量 踏在微弱的肩上 誰在追趕 誰在旁觀...