| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
apc_delete_file(PECL apc >= 3.1.1) apc_delete_file — ファイルを opcode キャッシュから削除する パラメータ
返り値
成功した場合に 例例1 apc_delete_file() の例
<?php上の例の出力は、 たとえば以下のようになります。
Successfully deleted file file.php from APC cache.
[Mon May 24 09:30:33 2010] [apc-warning] Could not stat file donotexist.php, unable to delete from cache. in /tmp/test.php on line 13.
array(1) {
[0]=>
string(14) "donotexist.php"
}
[Mon May 24 09:30:33 2010] [apc-warning] Could not stat file donotexist.php, unable to delete from cache. in /tmp/test.php on line 18.
bool(false)
参考
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「apc_delete_file - ファイルを opcode キャッシュから削除する」をGoogle検索
|