Briefing Zend Knowledge

What function allows resizing of PHP’s file write buffer?

What function allows resizing of PHP’s file write buffer?

A.
ob_start()

B.
Change the output_buffering INI setting via ini_set() function

C.
set_write_buffer()

D.
stream_set_write_buffer()