File: testza.php

package info (click to toggle)
php-net-whois 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 108 kB
  • sloc: php: 244; xml: 166; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
<?php
require_once 'Net/Whois.php';
$nw = new Net_Whois;
echo $nw->query ('ananzi.co.za');

?>