| 
 | ssh2_sftp_mkdirCreate a directory Description
   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. Parameters
 
 Return Values
   Returns  Examples
 Example #1 Creating a directory on a remote server 
<?phpSee Also
 
 |