Searched refs:stream_socket_shutdown (Results 1 – 7 of 7) sorted by relevance
2 stream_socket_shutdown() test on IPv4 TCP Loopback5 …function_exists('stream_socket_shutdown') or die('skip stream_socket_shutdown() is not supported.'…29 stream_socket_shutdown($client1, STREAM_SHUT_WR);38 stream_socket_shutdown($client2, STREAM_SHUT_WR);
15 stream_socket_shutdown($sockets[0], STREAM_SHUT_WR);
13 stream_socket_shutdown($sockets[0], STREAM_SHUT_RDWR);
60 PHP_FUNCTION(stream_socket_shutdown);
1624 PHP_FUNCTION(stream_socket_shutdown) in PHP_FUNCTION() argument
3114 PHP_FE(stream_socket_shutdown, arginfo_stream_socket_shutdown)
6554 - Added function stream_socket_shutdown(). It is a wrapper for system
Completed in 80 milliseconds