Sr. PHP Programmer Question:
Download Questions PDF

What does ob_start do?

Answer:

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.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Distinguish between urlencode and urldecode?What is the use of rand() in php?