gethostbyaddr

(PHP 3, PHP 4 )

gethostbyaddr -- Obtiene el nombre de una máquina en Internet mediante su dirección IP.

Descripción

string gethostbyaddr ( string ip_address)

Devuelve el nombre del ordenador conectado a Internet espeficado por el parámetro ip_address. Si ocurre un error, devuelve ip_address.

Ver también gethostbyname().