unlink clears cache (bug #41755)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241318 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-16 14:04:11 +00:00
parent f95fc9e44b
commit 9d9191d9c0

View file

@ -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>