checkdnsrr()
(funzione PHP) controlla i record DNS di un determinato nome host Internet o indirizzo IP. Restituisce un valore booleano, a seconda che il record sia trovato (true
) o meno (false
).
tips&tricks
Sintassi
checkdnsrr ($host)
parametro | descrizione |
---|---|
$host | L’URL da processare |
Esempi
echo checkdnsrr("gestiolex.it"); // true
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment