W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
clearCompiledTemplate() — 清除模板編譯文件
void clearCompiledTemplate(string tpl_file,
string compile_id,
int exp_time);
清除特定模板的編譯文件,如不指定特定模板則清除全部的編譯文件。 設(shè)置$compile_id
將只清除該$compile_id
對應(yīng)的編譯文件。 如設(shè)置了exp_time值,則只會清除比exp_time
更老的時間編譯的編譯文件。 除非特殊的需要,一般情況下不需要使用該函數(shù)。
Example 14.12. clearCompiledTemplate()
<?php // 清除特定的已編譯模板 $smarty->clearCompiledTemplate('index.tpl'); // 清除整個編譯目錄的文件 $smarty->clearCompiledTemplate(); ?>
參見 clearCache()
.
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: