|
socket_acceptAccepts a connection on a socket Description
Socketfalse socket_accept(Socket
$socket )
After the socket
The Socket instance returned by
socket_accept may not be used to accept new
connections. The original listening socket
Parameters
Return Values
Returns a new Socket instance on success, or Changelog
See Also
|