Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
ssh2_sftp_mkdir
Description
bool ssh2_sftp_mkdir ( resource sftp, string dirname [, int mode [, bool recursive]] )
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.
See Also: mkdir(), and ssh2_sftp_rmdir()
PÅ™edcházejÃcà | Domů | Dalšà |
ssh2_sftp_lstat | Nahoru |