Current File : //opt/RZphp72/includes/test/Net_Whois/tests/test.php
<?php
require_once 'Net/Whois.php';
$nw = new Net_Whois;
echo $nw->query ("linux.ie");

?>