betz Mon Apr 8 09:59:34 2002 EDT
Modified files:
/phpdoc/en/functions filesystem.xml
Log:
more entities: &return.success;
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.138
phpdoc/en/functions/filesystem.xml:1.139
--- phpdoc/en/functions/filesystem.xml:1.138 Sun Apr 7 08:48:01 2002
+++ phpdoc/en/functions/filesystem.xml Mon Apr 8 09:59:33 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.138 $ -->
+<!-- $Revision: 1.139 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@@ -77,7 +77,7 @@
change the group of a file to any group of which that user is a member.
</para>
<para>
- Returns &true; on success; otherwise returns &false;.
+ &return.success;
</para>
<para>
See also <function>chown</function> and
@@ -120,7 +120,7 @@
</informalexample>
</para>
<para>
- Returns &true; on success and &false; otherwise.
+ &return.success;
</para>
<para>
See also <function>chown</function> and
@@ -148,7 +148,7 @@
the superuser may change the owner of a file.
</para>
<para>
- Returns &true; on success; otherwise returns &false;.
+ &return.success;
</para>
<para>
See also <function>chown</function> and
@@ -420,8 +420,7 @@
The file pointed to by <parameter>fp</parameter> is closed.
</para>
<para>
- Returns &true; on success and &false;
- on failure.
+ &return.success;
</para>
<para>
The file pointer must be valid, and must point to a file
@@ -2134,7 +2133,7 @@
</informalexample>
</para>
<para>
- Returns &true; on success and &false; on failure.
+ &return.success;
</para>
<para>
See also <function>rmdir</function>.
@@ -2556,7 +2555,7 @@
<parameter>newname</parameter>.
</para>
<para>
- Returns &true; on success and &false; on failure.
+ &return.success;
</para>
</refsect1>
</refentry>
@@ -2908,7 +2907,7 @@
If the file does not exist, it is created.
</para>
<para>
- Returns &true; on success and &false; otherwise.
+ &return.success;
<example>
<title><function>touch</function> example</title>
<programlisting role="php">