update : 2015.11.03
php.shukuma.com검색:
|
ssh2_sftp_chmod(PECL ssh2 >= 0.12) ssh2_sftp_chmod — Changes file mode 설명
bool ssh2_sftp_chmod
( resource
$sftp
, string $filename
, int $mode
)
Attempts to change the mode of the specified file to that given in
인수
반환값
성공 시 예제
Example #1 Creating a directory on a remote server
<?php 참고
|