File: test6348.php

package info (click to toggle)
php-net-whois 1.0.5-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 108 kB
  • sloc: php: 244; xml: 166; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
<?php
require_once "Net/Whois.php";
$whois = new Net_Whois;
$data = $whois->query("=THIS-DOMAIN-FOR-SALE.COM",
"com.whois-servers.net");
echo nl2br($data);
?>