mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
62684752a8
commit
9372a9f69c
7 changed files with 15 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
¬e.clearstatcache;
|
||||
|
||||
¬e.no-remote;
|
||||
|
||||
|
|
|
@ -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;
|
||||
¬e.clearstatcache;
|
||||
|
||||
¬e.no-remote;
|
||||
|
||||
|
|
|
@ -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;
|
||||
¬e.clearstatcache;
|
||||
|
||||
¬e.no-remote;
|
||||
|
||||
|
|
|
@ -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;
|
||||
¬e.clearstatcache;
|
||||
|
||||
¬e.no-remote;
|
||||
|
||||
|
|
|
@ -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;
|
||||
¬e.clearstatcache;
|
||||
|
||||
¬e.no-remote;
|
||||
|
||||
|
|
|
@ -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;
|
||||
¬e.clearstatcache;
|
||||
|
||||
¬e.no-remote;
|
||||
|
||||
|
|
Loading…
Reference in a new issue