$result = rmdir($directory); if ($result) { print "Directory '$directory' removed.\n"; } else { print "Directory '$directory' not removed: $!\n"; }