πŸ“Š PHP
Q. Which function is used to end output buffering and flush the output buffer?
  • (A) ob_end_flush()
  • (B) flush_output()
  • (C) end_output()
  • (D) ob_close()
πŸ’¬ Discuss
βœ… Correct Answer: (A) ob_end_flush()

Explanation: ob_end_flush() flushes (sends) the output buffer and turns off output buffering.

Explanation by: Mr. Dubey
ob_end_flush() flushes (sends) the output buffer and turns off output buffering.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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