PHP - File Handling
Which of the following is the correct syntax to remove an empty directory named
temp in PHP?temp in PHP?rmdir() to remove empty directories.rmdir('temp'); correctly removes the directory named 'temp'. Other options are not valid PHP functions.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions