Complete PHP FTP Reference
The ftp_rmdir() function deletes a directory on the FTP server.
This function returns TRUE on success and FALSE on failure.
| Parameter | Description |
|---|---|
| ftp_connection | Required. Specifies the FTP connection to use |
| dir | Required. Specifies the directory to delete |
Complete PHP FTP Reference
Your message has been sent to W3Schools.