What does ob_start do?

Submitted by: Muhammad
Makes it so PHP does not output anything. Companies ask this because many large frameworks wrap a bunch of code in ob_start() and ob_get_clean(). So understanding how that function works is pretty important.
Submitted by: Muhammad

Read Online Sr. PHP Programmer Job Interview Questions And Answers