Searched refs:socket_send (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/sockets/tests/ |
H A D | socket_send.phpt | 2 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 D | socket_send_win32.phpt | 2 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-5.6/ext/sockets/ |
H A D | sockets.c | 297 PHP_FUNCTION(socket_send); 331 PHP_FE(socket_send, arginfo_socket_send) 1610 PHP_FUNCTION(socket_send) argument
|
Completed in 8 milliseconds