Current File : //opt/RZphp83/includes/tests/Net_Whois/tests/testza.php
<?php
require_once 'Net/Whois.php';
$nw = new Net_Whois;
echo $nw->query ('ananzi.co.za');

?>