didou Sat Jan 15 21:50:08 2005 EDT
Modified files:
/phpdoc/en/reference/ftp reference.xml
Log:
ftp_ssl_connect() also return a resource
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/reference.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/ftp/reference.xml
diff -u phpdoc/en/reference/ftp/reference.xml:1.9
phpdoc/en/reference/ftp/reference.xml:1.10
--- phpdoc/en/reference/ftp/reference.xml:1.9 Tue Feb 24 03:45:43 2004
+++ phpdoc/en/reference/ftp/reference.xml Sat Jan 15 21:50:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<reference id="ref.ftp">
<title>FTP Functions</title>
<titleabbrev>FTP</titleabbrev>
@@ -36,7 +36,8 @@
&reftitle.resources;
<para>
This extension uses one resource type, which is the link identifier
- of the FTP connection, returned by <function>ftp_connect</function>.
+ of the FTP connection, returned by <function>ftp_connect</function>
+ or <function>ftp_ssl_connect</function>.
</para>
</section>