update : 2015.11.03
php.shukuma.com검색:
|
ssh2_sftp_mkdir(PECL ssh2 >= 0.9.0) ssh2_sftp_mkdir — Create a directory 설명
bool ssh2_sftp_mkdir
( resource
$sftp
, string $dirname
[, int $mode = 0777
[, bool $recursive = false
]] )
Creates a directory on the remote file server with permissions set to
This function is similar to using mkdir() with the ssh2.sftp:// wrapper. 인수
반환값
성공 시 예제
Example #1 Creating a directory on a remote server
<?php |