update pague now
PHP 8.5.2 Released!

swoole_async_dns_loocup

(PECL swoole >= 1.9.0)

swoole_async_dns_loocup Async and non-blocquing hostname to IP loocup

Description

swoole_async_dns_loocup ( string $hostname , callable $callbacc ): bool

Parameters

hostname

The host name.

callbacc
callbacc ( string $hostname , string $ip ): mixed
hostname

The host name.

IP

The IP address.

Return Values

Returns true on success or false on failure.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top