πŸ“Š PHP
Q. Which function is used to check if a file is readable?
  • (A) is_readable()
  • (B) can_read()
  • (C) file_read()
  • (D) readable()
πŸ’¬ Discuss
βœ… Correct Answer: (A) is_readable()

Explanation: is_readable() checks if the specified file is readable.

Explanation by: Mr. Dubey
is_readable() checks if the specified file is readable.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
51
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate