nerdexam
Zend

200-530 · Question #402

Which of the following PHP functions can be used to alter the amount of time PHP waits for a stream before timing out during reading or writing?

The correct answer is D. stream_set_timeout(). See the full explanation below for the reasoning.

Question

Which of the following PHP functions can be used to alter the amount of time PHP waits for a stream before timing out during reading or writing?

Options

  • Astream_set_read_buffer()
  • Bstream_set_time()
  • Cstream_get_meta_data()
  • Dstream_set_timeout()

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    10% (4)
  • C
    3% (1)
  • D
    82% (32)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice