Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 433 Bytes

0303.md

File metadata and controls

31 lines (24 loc) · 433 Bytes

Which of the following functions will you use to change the number of bytes to buffer?

  • A)
stream_set_write_buffer()
  • B)
ob_start()
  • C)
buffer_start()
  • D)
ob_buffer_start()
Answer

Answer: A