A

Admin • 828.03K Points
Coach

Q. Which function is used to start output buffering in PHP?

  • (A) ob_start()
  • (B) buffer_start()
  • (C) start_buffer()
  • (D) output_buffer()
  • Correct Answer - Option(A)
  • Views: 10
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
ob_start() turns on output buffering, so output is stored in buffer instead of sent immediately.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.