πŸ“Š PHP
Q. Which PHP function is used to read a file into a string?
  • (A) file_read()
  • (B) fread()
  • (C) file_get_contents()
  • (D) read_file()
πŸ’¬ Discuss
βœ… Correct Answer: (C) file_get_contents()

Explanation: file_get_contents() reads an entire file into a string.

Explanation by: Admin
file_get_contents() reads an entire file into a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
81%
Success Rate