Develop and Download Open Source Software

Recent Changes

2010-08-27
2010-03-14
2010-01-13
2010-01-12

Wiki Guide

Side Bar

clear_cache()

clear_cache() -- 指定したテンプレートのキャッシュを破棄します。

説明

void clear_cache (string template)

指定したテンプレートのキャッシュを破棄します。

例. clear_cache()
<?php
// キャッシュファイルの削除
$simplate->clear_cache('index.tpl');
?>

キャッシュの項 も参照してください。


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.