pollita Thu Jun 24 12:20:31 2004 EDT
Modified files:
/phpdoc/en/reference/ftp/functions ftp-login.xml ftp-chdir.xml
Log:
Spell it out.
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-login.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-login.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-login.xml:1.6
phpdoc/en/reference/ftp/functions/ftp-login.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-login.xml:1.6 Fri Dec 19 09:40:54 2003
+++ phpdoc/en/reference/ftp/functions/ftp-login.xml Thu Jun 24 12:20:30 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-login">
<refnamediv>
@@ -19,6 +19,7 @@
</para>
<para>
&return.success;
+ If login fails, PHP will also throw a warning.
</para>
<example>
<title><function>ftp_login</function> example</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-chdir.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-chdir.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.7
phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.8
--- phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.7 Fri Dec 19 09:40:54 2003
+++ phpdoc/en/reference/ftp/functions/ftp-chdir.xml Thu Jun 24 12:20:30 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-chdir">
<refnamediv>
@@ -18,6 +18,7 @@
</para>
<para>
&return.success;
+ If changing directory fails, PHP will also throw a warning.
</para>
<example>
<title><function>ftp_chdir</function> example</title>