ssh2_sftp_mkdir
Create a directory
Descriptionboolssh2_sftp_mkdirresourcesftpstringdirnameintmodeboolrecursive
Creates a directory on the remote file server with permissions set to
mode. If recursive is &true;
any parent directories required for dirname will
be automatically created as well.
This function is similar to using mkdir with the
ssh2.sftp:// wrapper.
Creating a directory on a remote server
]]>
See Also:
mkdir, and
ssh2_sftp_rmdir