1.
Which PHP function returns the filename component of a path?
2.
What does the PHP function dirname() return?
3.
Which PHP function returns the absolute path of a file?
4.
What does the PHP function pathinfo() return?
5.
Which PHP function checks if a file or directory exists?
6.
What does the PHP function is_file() check for?
7.
Which PHP function creates a directory?
8.
What does the PHP function scandir() do?
9.
Which PHP function removes a directory?
10.
What does the PHP function getcwd() return?