git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241325 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-16 15:48:12 +00:00
parent 47aac5ffc4
commit 10691d2154

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.clearstatcache">
<refnamediv>
<refname>clearstatcache</refname>
@ -29,7 +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.
However <function>unlink</function> clears the cache automatically.
</para>
<note>
<para>