Home
last modified time | relevance | path

Searched refs:socket_send (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/sockets/tests/
H A Dsocket_send.phpt2 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 Dsocket_send_params.phpt2 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-src/ext/sockets/
H A Dsockets.stub.php1934 function socket_send(Socket $socket, string $data, int $length, int $flags): int|false {} function
H A Dsockets_arginfo.h234 ZEND_FUNCTION(socket_send);
286 ZEND_FE(socket_send, arginfo_socket_send)
H A Dsockets.c1321 PHP_FUNCTION(socket_send) argument

Completed in 18 milliseconds