Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ What does ob_start do?

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.

 140 views

More Questions for you: