From 6dd6219ed3c9d57e86af197516a4e4c367c54ea0 Mon Sep 17 00:00:00 2001 From: Andrew Skalski Date: Tue, 22 Feb 2000 20:53:51 +0000 Subject: [PATCH] added doc for ftp_site() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20196 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ftp.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/functions/ftp.xml b/functions/ftp.xml index 4543ed92e2..31635901c4 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -412,6 +412,29 @@ + + + ftp_site + Sends a SITE command to the server. + + + Description + + int ftp_site + int ftp_stream + string cmd + + + Returns true on success, false on error. + + ftp_site sends the command specified by + cmd to the FTP server. SITE commands + are not standardized, and vary from server to server. They are + useful for handling such things as file permissions and group + membership. + + + ftp_quit