gethostbyaddr

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( ) .