From 10691d2154198c660e229f567420d29abe1faa31 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Aug 2007 15:48:12 +0000 Subject: [PATCH] Grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241325 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/clearstatcache.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/clearstatcache.xml b/reference/filesystem/functions/clearstatcache.xml index 9026be0e1a..b0ee58365f 100644 --- a/reference/filesystem/functions/clearstatcache.xml +++ b/reference/filesystem/functions/clearstatcache.xml @@ -1,5 +1,5 @@ - + clearstatcache @@ -29,7 +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. + However unlink clears the cache automatically.