swoole_async_dns_lookup

Async and non-blocking hostname to IP lookup

Description

bool swoole_async_dns_lookup(string $hostname, callable $callback)

Parameters

hostname

The host name.

callback
mixed callback(string $hostname, string $ip)
hostname

The host name.

IP

The IP address.

Return Values

Returns true on success or false on failure.