![]() | stream_set_timeoutDescriptionbool stream_set_timeout ( resource stream, int seconds [, int microseconds] )Sets the timeout value on stream, expressed in the sum of seconds and microseconds. Restituisce TRUE in caso di successo, FALSE in caso di fallimento. 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.
This function was previously called as set_socket_timeout() and later socket_set_timeout() but this usage is deprecated. See also fsockopen() and fopen(). | ![]() |