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
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment