The realpath() function returns the absolute path of a file, resolving any symbolic links or relative paths, providing the full path from the root directory.
13.
Which PHP function extracts the extension of a file path?
The fopen() function is used to open files, but to create a new file, you would typically use the fopen() function with mode "w" or "x" to open the file for writing or create a new file if it doesn't exist.
20.
What does the PHP function is_writable() check for?