国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

Smarty成員方法:clearCompiledTemplate()

2018-10-20 11:28 更新

Name

clearCompiledTemplate() — 清除模板編譯文件

說明

void clearCompiledTemplate(string tpl_file,
                           string compile_id,
                           int exp_time);

清除特定模板的編譯文件,如不指定特定模板則清除全部的編譯文件。 設置$compile_id將只清除該$compile_id對應的編譯文件。 如設置了exp_time值,則只會清除比exp_time更老的時間編譯的編譯文件。 除非特殊的需要,一般情況下不需要使用該函數(shù)。

Example 14.12. clearCompiledTemplate()

<?php
// 清除特定的已編譯模板
$smarty->clearCompiledTemplate('index.tpl');

// 清除整個編譯目錄的文件
$smarty->clearCompiledTemplate();
?>

參見 clearCache().

以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號