mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241325 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
47aac5ffc4
commit
10691d2154
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue