[PHP] gethostbyaddr()

gethostbyaddr() (funzione PHP) restituisce l’hostname corrispondente ad un dato indirizzo IP.

tips&tricks

Sintassi

gethostbyaddr($ip_address)
parametro descrizione
$ip_address L’indirizzo IP da processare

Esempi

echo gethostbyaddr("https://code.gestiolex.it");
/* RISULTATO
.:/usr/share/php
*/

Contenuti correlati

Fonti esterne

funzioni php, php

Related Articles

0 Comment