πŸ“Š PHP
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

πŸ‘οΈ
55
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
99%
Success Rate