Q. How do you check if a file is readable?
β
Correct Answer: (A)
is_readable()
Explanation: is_readable() checks whether the specified file is readable.