PHP 8.4.1 Released!

Swoole\Async::dnsLookup

(PECL swoole >= 1.9.0)

Swoole\Async::dnsLookupCherche de manière asynchrone et non bloquante l'adresse IP d'un hôte.

Description

public static Swoole\Async::dnsLookup(string $hostname, callable $callback): void

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

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.

add a note

User Contributed Notes

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