From a3dda02cdfaafc1f735738dcfe6f208242caac79 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Sat, 23 Mar 2002 17:31:02 +0000 Subject: [PATCH] some dots where left git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74885 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ftp.xml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/functions/ftp.xml b/functions/ftp.xml index 120f83b7f9..49694d8c11 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -1,5 +1,5 @@ - + FTP functions FTP @@ -241,9 +241,7 @@ ftp_close($conn_id); ftp_rawlist - - Returns a detailed list of files in the given directory. - + Returns a detailed list of files in the given directory Description @@ -265,9 +263,7 @@ ftp_close($conn_id); ftp_systype - - Returns the system type identifier of the remote FTP server - + Returns the system type identifier of the remote FTP server Description @@ -595,9 +591,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); ftp_exec - - Request execution of a program on the FTP server. - + Request execution of a program on the FTP server Description @@ -617,9 +611,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); ftp_set_option - - Set miscellaneous runtime FTP options. - + Set miscellaneous runtime FTP options Description @@ -677,9 +669,7 @@ ftp_set_option($conn_id, FTP_TIMEOUT_SEC, 10); ftp_get_option - - Retrieves various runtime behaviours of the current FTP stream. - + Retrieves various runtime behaviours of the current FTP stream Description