Searched refs:stream_socket_sendto (Results 1 – 4 of 4) sorted by relevance
23 stream_socket_sendto($fd, $data);25 stream_socket_sendto($server, $data, 0, $peer);
347 PHP_FUNCTION(stream_socket_sendto) in PHP_FUNCTION() argument
1270 function stream_socket_sendto($socket, string $data, int $flags = 0, string $address = ""): int|fal… function
2743 ZEND_FUNCTION(stream_socket_sendto);3385 ZEND_FE(stream_socket_sendto, arginfo_stream_socket_sendto)
Completed in 34 milliseconds