stream_set_timeout()
stream_set_timeout - Set timeout period on a streamSyntax
bool stream_set_timeout (resource $stream, int $seconds, int $microseconds)Arguments
- stream - The target stream.
- seconds - The seconds part of the timeout to be set.
- microseconds - The microseconds part of the timeout to be set.
