vrana Thu Aug 16 14:04:11 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions clearstatcache.xml
Log:
unlink clears cache (bug #41755)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/clearstatcache.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/clearstatcache.xml
diff -u phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.11
phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.12
--- phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.11 Sun Jul
1 21:31:16 2007
+++ phpdoc/en/reference/filesystem/functions/clearstatcache.xml Thu Aug 16
14:04:11 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry xmlns="http://docbook.org/ns/docbook"
xml:id="function.clearstatcache">
<refnamediv>
<refname>clearstatcache</refname>
@@ -29,6 +29,7 @@
files. So, if you call <function>file_exists</function> 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 <function>unlink</function> clears cache automatically.
</para>
<note>
<para>