Home
last modified time | relevance | path

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

/PHP-7.0/ext/sockets/tests/
H A Dsocket_send.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_EOR)===$stringSocketLenght){
32 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_EOF)===$stringSocketLenght){
36 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_DONTROUTE)===$stringSocketLenght){
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.0/ext/sockets/
H A Dsockets.c301 PHP_FUNCTION(socket_send);
336 PHP_FE(socket_send, arginfo_socket_send)
1646 PHP_FUNCTION(socket_send) argument

Completed in 34 milliseconds