PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

clear_compiled_tpl | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

clear_compiled_tpl

void clear_compiled_tpl(string tpl_file)

This clears the compiled version of the specified template resource, or all compiled template files if one is not specified. This function is for advanced use only, not normally needed.

Example 13-9. clear_compiled_tpl

// clear a specific template resource
$smarty->clear_compiled_tpl("index.tpl");

// clear entire compile directory
$smarty->clear_compiled_tpl();
忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「clear_compiled_tpl」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | clear_compiled_tpl」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: