Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 508 Bytes

0297.md

File metadata and controls

31 lines (24 loc) · 508 Bytes

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?

  • A)
stream_set_timeout()
  • B)
stream_get_meta_data()
  • C)
stream_set_read_buffer()
  • D)
stream_set_time()
Answer

Answer: A