πŸ“Š PHP
Q. Which method sends raw binary data to the output buffer?
  • (A) readfile()
  • (B) fread()
  • (C) fgets()
  • (D) echo_binary()
πŸ’¬ Discuss
βœ… Correct Answer: (A) readfile()

Explanation: readfile() reads a file and writes it to the output buffer.

Explanation by: Mr. Dubey
readfile() reads a file and writes it to the output buffer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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