Changes between Initial Version and Version 1 of Ticket #13841, comment 14
- Timestamp:
- 03/26/2011 02:18:28 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13841, comment 14
initial v1 1 1 See [http://php.net/manual/en/function.fclose.php fclose()]. 2 2 3 See See[http://www.php.net/manual/en/function.stream-get-meta-data.php stream_get_meta_data()] as well as [http://php.net/manual/en/function.stream-set-timeout.php stream_set_timeout()]3 See [http://www.php.net/manual/en/function.stream-get-meta-data.php stream_get_meta_data()] as well as [http://php.net/manual/en/function.stream-set-timeout.php stream_set_timeout()] 4 4 5 5 > When the stream times out, the 'timed_out' key of the array returned by stream_get_meta_data() is set to TRUE, although no error/warning is generated.