Easy Tutorial
❮ Php Pdo Lobs Func Ftp Nb Fput ❯

PHP ftp_rmdir() Function



Definition and Usage

The ftp_rmdir() function deletes a directory on the FTP server.

If successful, the function returns TRUE. If it fails, it returns FALSE.

Syntax

Parameter Description
ftp_connection Required. Specifies the FTP connection to use.
dir Required. Specifies the directory to delete.

Examples


❮ Php Pdo Lobs Func Ftp Nb Fput ❯