<?php stream_socket_accept(resource $socket, ?float $timeout = null, string &$peer_name = null): resource|false
<?php public static function accept($socket) { $newSocket = @\stream_socket_accept($socket, 0); if (false === $newSocket) {