<?php/**php页面执行时间统计类**/classruntime{var$StartTime=0;var$StopTime=0;//获取微秒functionget_microtime(){list($usec,$sec)=explode('',microtime());return((float)$usec+(float)$sec);}//记录开始时间functionstart(){$this->StartTime=$this->get_microtime();}//记录结束时间functionstop(){$this->StopTime=$this->get_microtime();}//计算所用时间&取整functionspent(){returnround((...
最近尝试做了文法分析的东东,问题较多。请提建议。代码放不下,分两页。下载地址http://http://www.zjjv.com///detail/xuzuning/4529066PHPcodeinclude'ttrie.超快感';classRuleextendsTTrie{public$rule=array();public$savematch=0;function__construct($s=''){$this->set(array(''=>'Separated',"\r\n"=>'set_rule',"\n"=>'set_rule',"\t"=>'Separated','->'=>'S...