Funzione isResolvableEx
Determina se una determinata stringa host può essere risolta in un indirizzo IP.
Parametri
-
Host
-
Stringa contenente l'host HTTP fornito a FindProxyForUrl.
Valore restituito
TRUE se l'host è risolvibile in un indirizzo IPv4 o IPv6; in caso contrario, FALSE.
Esempi
isResolvableEx(host);
true if the hostname can be resolved to and IP address
isResolvableEx(host);
false if the hostname cannot be resolved to an IP address
Vedere anche