update : 2015.11.03
php.shukuma.com검색:
|
apc_delete_file(PECL apc >= 3.1.1) apc_delete_file — Deletes files from the opcode cache 인수
반환값
성공 시 예제Example #1 apc_delete_file() example
<?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) 참고
|