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