From f61cc6b13fe351cefb09fa374d1da73847a2c448 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 28 Jan 2003 20:02:05 +0000 Subject: [PATCH] New Function, initial commit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113827 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-chmod.xml | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 reference/ftp/functions/ftp-chmod.xml diff --git a/reference/ftp/functions/ftp-chmod.xml b/reference/ftp/functions/ftp-chmod.xml new file mode 100644 index 0000000000..5f7d68617b --- /dev/null +++ b/reference/ftp/functions/ftp-chmod.xml @@ -0,0 +1,50 @@ + + + + + ftp_chmod + Set permissions on a file via FTP + + + Description + + stringftp_chmod + resourceftp_stream + intmode + stringfilename + + + Sets the permissions on the remote file specified by + filename to mode + given as an octal value. + + + Returns the new file permissions on success or &false; on error. + + + See Also: + chmod + + + + +