From c99c7941765eeac9353c9dae2f02ba3a1e5cf9ff Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Sat, 23 Mar 2002 17:27:43 +0000 Subject: [PATCH] ftp is not a function name, so removing from example title more uppercasing ftp removing dots from refpurpose, where needed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74884 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ftp.xml | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/functions/ftp.xml b/functions/ftp.xml index 3e4df5e40a..120f83b7f9 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -1,5 +1,5 @@ - + FTP functions FTP @@ -24,7 +24,7 @@ - <function>ftp</function> example + FTP ftp_nlist - Returns a list of files in the given directory. + Returns a list of files in the given directory Description @@ -266,7 +266,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 @@ -284,7 +284,7 @@ ftp_close($conn_id); ftp_pasv - Turns passive mode on or off. + Turns passive mode on or off Description @@ -309,7 +309,7 @@ ftp_close($conn_id); ftp_get - Downloads a file from the FTP server. + Downloads a file from the FTP server Description @@ -339,8 +339,7 @@ ftp_close($conn_id); ftp_fget - Downloads a file from the FTP server and saves to an - open file. + Downloads a file from the FTP server and saves to an open file Description @@ -367,7 +366,7 @@ ftp_close($conn_id); ftp_put - Uploads a file to the FTP server. + Uploads a file to the FTP server Description @@ -403,7 +402,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); ftp_fput - Uploads from an open file to the FTP server. + Uploads from an open file to the FTP server Description @@ -430,7 +429,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); ftp_size - Returns the size of the given file. + Returns the size of the given file Description @@ -453,7 +452,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); ftp_mdtm - Returns the last modified time of the given file. + Returns the last modified time of the given file Description @@ -482,7 +481,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); ftp_rename - Renames a file on the ftp server. + Renames a file on the FTP server Description @@ -507,7 +506,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); ftp_delete - Deletes a file on the ftp server. + Deletes a file on the FTP server Description @@ -529,7 +528,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); ftp_site - Sends a SITE command to the server. + Sends a SITE command to the server Description @@ -751,4 +750,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=xml vi: ts=1 sw=1 --> -