From 9d9191d9c01e39965347f190b9ddcf721698f63e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Aug 2007 14:04:11 +0000 Subject: [PATCH] unlink clears cache (bug #41755) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241318 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/clearstatcache.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/clearstatcache.xml b/reference/filesystem/functions/clearstatcache.xml index 4f802cc27c..9026be0e1a 100644 --- a/reference/filesystem/functions/clearstatcache.xml +++ b/reference/filesystem/functions/clearstatcache.xml @@ -1,5 +1,5 @@ - + clearstatcache @@ -29,6 +29,7 @@ files. So, if you call file_exists on a file that doesn't exist, it will return &false; until you create the file. If you create the file, it will return &true; even if you then delete the file. + However unlink clears cache automatically.