|
PHP5中文手册
ftp_chmod(PHP 5) ftp_chmod — Set permissions on a file via FTP 说明
int ftp_chmod
( resource $ftp_stream
, int $mode
, string $filename
)
Sets the permissions on the specified remote file to mode . 参数
返回值Returns the new file permissions on success or FALSE on error. 范例
Example#1 ftp_chmod() example
<?php |