update : 2015.11.03
php.shukuma.com검색:
|
ftp_chmod(PHP 5, PHP 7) 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
인수
반환값
Returns the new file permissions on success or 예제
Example #1 ftp_chmod() example
<?php |