Swoole Fonctions
PHP Manual

swoole_async_dns_lookup

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

swoole_async_dns_lookupAsync and non-blocking hostname to IP lookup

Description

bool swoole_async_dns_lookup ( string $hostname , callable $callback )

Liste de paramètres

hostname

The host name.

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

The host name.

IP

The IP address.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.


Swoole Fonctions
PHP Manual