[PHP] checkdnsrr()

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

Fonti esterne

funzioni php, php

Related Articles

0 Comment