最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
dedecms分词系统调用代码
时间:2022-06-24 18:29:29 编辑:袖梨 来源:一聚教程网
require("lib_splitword_full.php");
$str = "一线楼市交易清淡";
$t1 = exectime();
$sp = new splitword();
$t2 = exectime();
//$t0 = $t2-$t1;
//echo "载入时间: $t0
";
echo $sp->findnewword($sp->splitrmm($str))."
";
echo $sp->splitrmm($str)."
";
$sp->clear();
echo $str."
";
$t3 = exectime();
$t0 = $t3-$t2;
echo "
处理时间: $t0
";
function exectime(){
$time = explode(" ", microtime());
$usec = (double)$time[0];
$sec = (double)$time[1];
return $sec + $usec;
}
相关文章
- 我的常州怎么查社保卡余额 我的常州查询医保卡余额方法 05-06
- 天刀共鸣技能搭配攻略(掌握共鸣技能,提升天刀战斗实力) 05-06
- 《Neverness To Everness》周年庆委托任务在哪里介绍 05-06
- 纳米ai怎么修改资料 纳米ai修改资料方法 05-06
- 月蚀技能攻略(掌握月蚀技能,成为真正的黑暗之王!) 05-06
- 纳米ai怎么静音 纳米ai静音方法 05-06