ssh2_sftp_rmdir

PECL ssh2 >= 0.9.0
ssh2_sftp_rmdir - Remove a directory
Manual
Code Examples

ssh2_sftp_rmdir( resource$sftp, string$dirname ): bool

Removes a directory from the remote file server.

This function is similar to using rmdir with the ssh2.sftp:// wrapper.

Parameters

sftp

An SSH2 SFTP resource opened by ssh2_sftp.

dirname

Return Values

Returns true on success or false on failure.

Related Functions

Example of ssh2_sftp_rmdir

Show all examples for ssh2_sftp_rmdir

PHP Version: