bool socket_set_timeout
(int socket descriptor, int seconds, int microseconds)
Sets the timeout value on socket descriptor, expressed in the sum of seconds and microseconds.
Example 1. socket_set_timeout() Example
|
This function was previously called as set_socket_timeout() but this usage is deprecated.
See also: fsockopen() and fopen().