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)- A5% (2)
- B10% (4)
- C3% (1)
- D82% (32)
Community Discussion
No community discussion yet for this question.