Searched refs:socket_recv (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/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.2/ext/sockets/ |
H A D | sockets.stub.php | 1737 function socket_recv(Socket $socket, &$data, int $length, int $flags): int|false {} function
|
H A D | sockets_arginfo.h | 228 ZEND_FUNCTION(socket_recv); 278 ZEND_FE(socket_recv, arginfo_socket_recv)
|
H A D | sockets.c | 1305 PHP_FUNCTION(socket_recv) argument
|
Completed in 18 milliseconds