bah, my english...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150626 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-02-06 15:16:09 +00:00
parent b5dae32ac8
commit 3f0b271d68

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- split from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.clearstatcache">
<refnamediv>
@ -25,7 +25,7 @@
that PHP caches about a file.
</para>
<para>
You should also note that PHP don't cache information about non-existent
You should also note that PHP doesn't cache information about non-existent
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.