Q. How do you check if a file is readable?

  • (A) is_readable()
  • (B) file_read()
  • (C) can_read()
  • (D) readable()
πŸ’¬ Discuss
βœ… Correct Answer: (A) is_readable()
Explanation: is_readable() checks whether the specified file is readable.
Explanation by: Rati Dubey
is_readable() checks whether the specified file is readable.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
80
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
85%
Success Rate