Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
require_once 'Net/Whois.php';
$nw = new Net_Whois;
$nw->authoritative = true;
echo $nw->query ("facebook.com");

?>