nerdexam
National_Instruments

200-500 · Question #78

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

The correct answer is C. stream_set_write_buffer(). See the full explanation below for the reasoning.

Question

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

Options

  • Aob_start()
  • Bset_write_buffer()
  • Cstream_set_write_buffer()
  • DChange the output_buffering INI setting via ini_set() function

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    13% (4)
  • C
    77% (24)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice