PHP 8.4.1 Released!

swoole_async_dns_lookup

(PECL swoole >= 1.9.0)

swoole_async_dns_lookupCherche de manière asynchrone et non bloquante l'adresse IP d'un hôte

Description

swoole_async_dns_lookup(string $hostname, callable $callback): bool

Liste de paramètres

hostname

Le nom d'hôte.

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

Le nom d'hôte.

IP

L'adresse IP.

Valeurs de retour

Cette fonction retourne true en cas de succès ou false si une erreur survient.

add a note

User Contributed Notes

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