TP???α??????????
???????????? ???????[ 2014/10/20 15:32:56 ] ?????????????????? ??????????
?????????
??????????????????????????????????д?ò?????????
???????????????????ж?????????html????·??????HTML_PATH?????·?????????????????????????????д?????copy?????????????????????????????У???д????????????С?????????????????????棬?????????????д
'HTML_CACHE_ON' => true?? // ??????????
'HTML_CACHE_TIME' => 60?? // ???????????Ч?????
'HTML_FILE_SUFFIX' => '.shtml'?? // ???t????????????
'HTML_CACHE_RULES' => array( // ???徲????????
'About' => array('/About/index.html')
???????????????????????????????????????html??棬????????????????????????60????????????????д???????????Ч???????60???????????????Ч????????????????60??????д????Σ???????????????Ч???????????????????????μ?????????????????????????????????????????????????????????????????д?????????????????????????????????????????????????????????????У????3????????????????
??????????
ob_start(); //????????
$data = ob_get_contents(); //???????????????
ob_end_clean(); //??????
$fp = fopen("/index.html"??"w"); //??????д?????
if(!$fp)
{
echo "????????";
exit();
}
else
{
fwrite($fp??$data);
fclose($fp);
echo "??????";
}
?????????д???????????????У??????????html??檔
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11