PHP rmdir May 12, 2012 Pramod T P It can be used to remove a directory Example <?php rmdir(‘test’) or die(“Failed”); ?>