Entity change: file.clearstatcache -> note.clearstatcache

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117393 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-02-20 22:45:16 +00:00
parent 62684752a8
commit 9372a9f69c
7 changed files with 15 additions and 14 deletions

View file

@ -45,8 +45,9 @@ URL protocols.</simpara></tip>'>
<function>reset</function> the <type>array</type> pointer after
use.</simpara></note>'>
<!ENTITY file.clearstatcache '<para>The results of this function are
cached. See <function>clearstatcache</function> for more details.</para>'>
<!ENTITY note.clearstatcache '<note><simpara>The results of this
function are cached. See <function>clearstatcache</function> for
more details.</simpara></note>'>
<!ENTITY return.falseproblem '<warning><simpara>This function may
return Boolean &false;, but may also return a non-Boolean value which

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.file-exists">
<refnamediv>
@ -17,7 +17,7 @@
<parameter>filename</parameter> exists; &false; otherwise.
</simpara>
&file.clearstatcache;
&note.clearstatcache;
&note.no-remote;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-dir">
<refnamediv>
@ -18,7 +18,7 @@
checked relative to the current working directory.
</para>
&file.clearstatcache;
&note.clearstatcache;
&note.no-remote;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-executable">
<refnamediv>
@ -16,7 +16,7 @@
Returns &true; if the filename exists and is executable.
</para>
&file.clearstatcache;
&note.clearstatcache;
&note.no-remote;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-file">
<refnamediv>
@ -16,7 +16,7 @@
Returns &true; if the filename exists and is a regular file.
</para>
&file.clearstatcache;
&note.clearstatcache;
&note.no-remote;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-link">
<refnamediv>
@ -16,7 +16,7 @@
Returns &true; if the filename exists and is a symbolic link.
</para>
&file.clearstatcache;
&note.clearstatcache;
&note.no-remote;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-writable">
<refnamediv>
@ -23,7 +23,7 @@
limitations are not taken into account.
</para>
&file.clearstatcache;
&note.clearstatcache;
&note.no-remote;