How do I set the socket timeout in PHP? -
i need set timeout on client.recv in tcp server.
last parameter of fsockopen
resource fsockopen ( string $hostname [, int $port = -1 [, int &$errno [, string &$errstr [, float $timeout = ini_get("default_socket_timeout") ]]]] )
Comments
Post a Comment