Searched refs:socket_send (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/ext/sockets/tests/ |
H A D | socket_send.phpt | 2 int socket_send ( resource $socket , string $buf , int $len , int $flags ); 22 if(socket_send($socket, $stringSocket, $stringSocketLength, MSG_OOB)===$stringSocketLength){ 26 if(!defined('MSG_EOR') || socket_send($socket, $stringSocket, $stringSocketLength, MSG_EOR)===$stri… 30 if(!defined('MSG_EOF') || socket_send($socket, $stringSocket, $stringSocketLength, MSG_EOF)===$stri… 34 if(socket_send($socket, $stringSocket, $stringSocketLength, MSG_DONTROUTE)===$stringSocketLength){
|
H A D | socket_send_params.phpt | 2 ext/sockets - socket_send - test with incorrect parameters 9 $s_w = socket_send($s_c, "foo", -1, MSG_OOB); 16 socket_send(): Argument #3 ($length) must be greater than or equal to 0
|
/PHP-8.4/ext/sockets/ |
H A D | sockets_arginfo.h | 230 ZEND_FUNCTION(socket_send); 278 ZEND_FE(socket_send, arginfo_socket_send)
|
H A D | sockets.stub.php | 1987 function socket_send(Socket $socket, string $data, int $length, int $flags): int|false {} function
|
H A D | sockets.c | 1389 PHP_FUNCTION(socket_send) argument
|
Completed in 19 milliseconds