String functions
The Output Buffer (ob_start())
Working with the output buffer begins with a function ob_start()- this function has three optional parameters, but I'll talk about them a little later, but for now, remember - to enable the output buffer, we use the function ob_start():Learn More
