Searched refs:socket_recv (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/ext/sockets/tests/ |
H A D | socket_abstract_path_sendmsg.phpt | 32 if (!socket_recv($s, $buf, 20, 0)) die("recv");
|
H A D | socket_abstract_path.phpt | 36 if (!socket_recv($conns, $buf, 20, 0)) die("recv");
|
/PHP-8.4/ext/sockets/ |
H A D | sockets_arginfo.h | 229 ZEND_FUNCTION(socket_recv); 277 ZEND_FE(socket_recv, arginfo_socket_recv)
|
H A D | sockets.stub.php | 1985 function socket_recv(Socket $socket, &$data, int $length, int $flags): int|false {} function
|
H A D | sockets.c | 1345 PHP_FUNCTION(socket_recv) argument
|
Completed in 18 milliseconds