Query: stream_socket_accept
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STREAM_SOCKET_ACCEPT(3) 1 STREAM_SOCKET_ACCEPT(3) stream_socket_accept - Accept a connection on a socket created bystream_socket_server(3)SYNOPSISresource stream_socket_accept (resource $server_socket, [float $timeout = ini_get("default_socket_timeout")], [string &$peername])DESCRIPTIONAccept a connection on a socket previously created by stream_socket_server(3).PARAMETERSo $server_socket - The server socket to accept a connection from. o $timeout - Override the default socket accept timeout. Time should be given in seconds. o $peername - Will be set to the name (address) of the client which connected, if included and available from the selected transport. Note Can also be determined later using stream_socket_get_name(3).RETURN VALUESReturns a stream to the accepted socket connection or FALSE on failure.NOTESWarning This function should not be used with UDP server sockets. Instead, use stream_socket_recvfrom(3) and stream_socket_sendto(3).SEE ALSOstream_socket_server(3), stream_socket_get_name(3), stream_set_blocking(3), stream_set_timeout(3), fgets(3), fgetss(3), fwrite(3), fclose(3), feof(3), "cURL Functions". PHP Documentation Group STREAM_SOCKET_ACCEPT(3)
Related Man Pages |
---|
accept(2) - bsd |
accept(2) - ultrix |
fgets(3) - php |
fread(3) - php |
fsockopen(3) - php |
Similar Topics in the Unix Linux Community |
---|
accept problem |
socket programming |
How to test a socket conncection in C++ ? |
socket programing in client server |
weblogic connection timeout error |