11.
Which PHP function returns the parent directory of a file?
12.
What PHP function retrieves information about a file?
13.
Which PHP function returns the size of a file?
14.
What does the PHP function filetype() return?
15.
Which PHP function retrieves the last modified time of a file?
16.
What is the purpose of the PHP function fileatime()?
17.
Which PHP function sets the default permissions for new files?
18.
What is the PHP function to move an uploaded file to a new location?
19.
Which PHP function sets the file pointer to the beginning of a file?
20.
What does the PHP function touch() do?