Q. Which function is used to check if a file is readable? (A) is_readable() (B) can_read() (C) file_read() (D) readable() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) is_readable() Explanation: is_readable() checks if the specified file is readable.