gethostbyaddr

(PHP 4, PHP 5, PHP 7, PHP 8)

gethostbyaddr Ottiene l'host Internet corrispondente a un dato indirizzo IP

Descrizione

gethostbyaddr(string $indirizzo_ip): string

Restituisce l'hostname dell'host Internet specificato da indirizzo_ip. Se occorre un errore, restituisce indirizzo_ip.

Vedere anche gethostbyname().