11.
Which PHP function changes the current directory?
12.
What is the purpose of the PHP function realpath()?
13.
Which PHP function extracts the extension of a file path?
14.
What is the PHP function to check if a path is a directory?
15.
Which PHP function returns the parent directory of a file?
16.
What is the purpose of the PHP function file_exists()?
17.
Which PHP function removes a file from the file system?
18.
What does the PHP function is_readable() check for?
19.
Which PHP function creates a new file?
20.
What does the PHP function is_writable() check for?