Q. Which function is used to check if a file is readable?
β
Correct Answer: (A)
is_readable()
Explanation: is_readable() checks if the specified file is readable.