阿米
注册会员

UID 98205
精华
0
积分 60
帖子 44
金钱 60 喜悦币
威望 0
人脉 0
阅读权限 20
注册 2007-9-7
状态 离线
|
[推荐阅读] 大数据量的问题
我把代码该了 可是也不对呀
<?php
include_once('../libs/Smarty.class.php');
$smarty=new Smarty;
$i = microtime(true);
for($i=0;$i<100;$i++)
{
$smarty->assign('num',9);
}
$smarty->assign('time1',microtime(true)-$i);
$smarty->display('mod.tpl');
?>
结果是; 1192499975.5
那也不对,怎么回事呀
|
|