betz Tue Nov 12 06:57:54 2002 EDT
Modified files:
/phpdoc/en/reference/ftp/functions ftp-cdup.xml ftp-delete.xml
ftp-fget.xml ftp-fput.xml
ftp-get.xml ftp-login.xml
ftp-nb-fget.xml ftp-nb-fput.xml
ftp-nb-get.xml ftp-nb-put.xml
ftp-pasv.xml ftp-put.xml
ftp-rename.xml ftp-rmdir.xml
ftp-site.xml
Log:
introducing &return.success;
Index: phpdoc/en/reference/ftp/functions/ftp-cdup.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.3
phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.3 Tue Sep 17 05:46:57 2002
+++ phpdoc/en/reference/ftp/functions/ftp-cdup.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- split from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-cdup">
<refnamediv>
@@ -16,7 +16,7 @@
Changes to the parent directory.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-delete.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-delete.xml:1.3
phpdoc/en/reference/ftp/functions/ftp-delete.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-delete.xml:1.3 Tue Sep 17 05:46:57
2002
+++ phpdoc/en/reference/ftp/functions/ftp-delete.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-delete">
<refnamediv>
@@ -18,7 +18,7 @@
<parameter>path</parameter> from the FTP server.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.4
phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.4 Tue Sep 17 05:46:57 2002
+++ phpdoc/en/reference/ftp/functions/ftp-fget.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-fget">
<refnamediv>
@@ -29,7 +29,7 @@
</para>
</note>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
<para>
See also <function>ftp_get</function>.
Index: phpdoc/en/reference/ftp/functions/ftp-fput.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.4
phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.4 Tue Sep 17 05:46:57 2002
+++ phpdoc/en/reference/ftp/functions/ftp-fput.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-fput">
<refnamediv>
@@ -29,7 +29,7 @@
</para>
</note>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-get.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-get.xml:1.4
phpdoc/en/reference/ftp/functions/ftp-get.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-get.xml:1.4 Tue Sep 17 05:46:57 2002
+++ phpdoc/en/reference/ftp/functions/ftp-get.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-get">
<refnamediv>
@@ -29,7 +29,7 @@
</para>
</note>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
<para>
See also <function>ftp_fget</function> and <function>ftp_async_get</function>.
Index: phpdoc/en/reference/ftp/functions/ftp-login.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-login.xml:1.3
phpdoc/en/reference/ftp/functions/ftp-login.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-login.xml:1.3 Tue Sep 17 05:46:57 2002
+++ phpdoc/en/reference/ftp/functions/ftp-login.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-login">
<refnamediv>
@@ -18,7 +18,7 @@
Logs in to the given FTP stream.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.2
phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.2 Mon Oct 14 12:36:26
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ftp-nb-fget">
<refnamediv>
<refname>ftp_nb_fget</refname>
@@ -26,7 +26,7 @@
file is being downloaded.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
<para>
See also <function>ftp_nb_get</function>.
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.2
phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.2 Mon Oct 14 12:36:26
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ftp-nb-fput">
<refnamediv>
<refname>ftp_nb_fput</refname>
@@ -26,7 +26,7 @@
file is being downloaded.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
<para>
See also <function>ftp_nb_put</function>,
Index: phpdoc/en/reference/ftp/functions/ftp-nb-get.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.2
phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.2 Mon Oct 14 12:36:26
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-get.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ftp-nb-get">
<refnamediv>
<refname>ftp_nb_get</refname>
@@ -26,7 +26,7 @@
file is being downloaded.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
<para>
<example>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-put.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.2
phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.2 Mon Oct 14 12:36:26
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-put.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ftp-nb-put">
<refnamediv>
<refname>ftp_nb_put</refname>
@@ -25,7 +25,7 @@
file is being downloaded.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
<para>
<example>
Index: phpdoc/en/reference/ftp/functions/ftp-pasv.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-pasv.xml:1.3
phpdoc/en/reference/ftp/functions/ftp-pasv.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-pasv.xml:1.3 Tue Sep 17 05:46:57 2002
+++ phpdoc/en/reference/ftp/functions/ftp-pasv.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-pasv">
<refnamediv>
@@ -21,7 +21,7 @@
rather than by the server.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-put.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-put.xml:1.4
phpdoc/en/reference/ftp/functions/ftp-put.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-put.xml:1.4 Tue Sep 17 05:46:58 2002
+++ phpdoc/en/reference/ftp/functions/ftp-put.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-put">
<refnamediv>
@@ -28,7 +28,7 @@
</para>
</note>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
<para>
<example>
Index: phpdoc/en/reference/ftp/functions/ftp-rename.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-rename.xml:1.3
phpdoc/en/reference/ftp/functions/ftp-rename.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-rename.xml:1.3 Tue Sep 17 05:46:58
2002
+++ phpdoc/en/reference/ftp/functions/ftp-rename.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-rename">
<refnamediv>
@@ -21,7 +21,7 @@
<parameter>ftp_stream</parameter>.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-rmdir.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-rmdir.xml:1.3
phpdoc/en/reference/ftp/functions/ftp-rmdir.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-rmdir.xml:1.3 Tue Sep 17 05:46:58 2002
+++ phpdoc/en/reference/ftp/functions/ftp-rmdir.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-rmdir">
<refnamediv>
@@ -17,7 +17,8 @@
Removes the specified <parameter>directory</parameter>.
</para>
<para>
- Returns &true; on success or &false; on error.</para>
+ &return.success;
+ </para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-site.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-site.xml:1.3
phpdoc/en/reference/ftp/functions/ftp-site.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-site.xml:1.3 Tue Sep 17 05:46:58 2002
+++ phpdoc/en/reference/ftp/functions/ftp-site.xml Tue Nov 12 06:57:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.3 -->
<refentry id="function.ftp-site">
<refnamediv>
@@ -21,7 +21,7 @@
membership.
</para>
<para>
- Returns &true; on success or &false; on error.
+ &return.success;
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php