update : 2015.11.03
php.shukuma.com검색:
|
ftp_mkdir(PHP 4, PHP 5, PHP 7) ftp_mkdir — Creates a directory 설명
string ftp_mkdir
( resource
$ftp_stream
, string $directory
)
Creates the specified 인수
반환값
Returns the newly created directory name on success or 예제
Example #1 ftp_mkdir() example
<?php |