πŸ“Š PHP
Q. Which of the following functions is used to read a file into an array?
  • (A) file()
  • (B) fopen()
  • (C) readfile()
  • (D) file_get_contents()
πŸ’¬ Discuss
βœ… Correct Answer: (A) file()

Explanation: The file() function reads a file into an array line by line.

Explanation by: Mr. Dubey
The file() function reads a file into an array line by line.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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