Home
last modified time | relevance | path

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

/PHP-7.1/ext/sockets/tests/
H A Dsocket_send.phpt2 int socket_send ( resource $socket , string $buf , int $len , int $flags );
25 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_OOB)===$stringSocketLenght){
29 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_EOR)===$stringSocketLenght){
33 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_EOF)===$stringSocketLenght){
37 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_DONTROUTE)===$stringSocketLenght){
H A Dsocket_send_params.phpt2 ext/sockets - socket_send - test with incorrect parameters
13 $s_w = socket_send($s_c, "foo", -1, MSG_OOB);
17 Warning: socket_send(): Length cannot be negative in %s on line %i
H A Dsocket_send_win32.phpt2 int socket_send ( resource $socket , string $buf , int $len , int $flags );
24 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_OOB)===$stringSocketLenght){
28 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_DONTROUTE)===$stringSocketLenght){
/PHP-7.1/ext/sockets/
H A Dsockets.c301 PHP_FUNCTION(socket_send);
336 PHP_FE(socket_send, arginfo_socket_send)
1651 PHP_FUNCTION(socket_send) argument

Completed in 14 milliseconds