WHOIS
[ class tree: WHOIS ] [ index: WHOIS ] [ all elements ]

WHOIS pear 예제 코드

  1. <?php
  2. // $Id$
  3.  
  4. require_once 'WHOIS.php';
  5. set_error_handler ('myException::myErrorHandler');
  6.  
  7. try {
  8.     $w new oops\WHOIS;
  9.     $whois $w->lookup ($argv[1]);
  10.  
  11.     print_r ($whois);
  12.  
  13. catch myException $e {
  14.     echo $e->Message ("\n";
  15.     print_r ($e->TraceAsArray ());
  16. }
  17. ?>

Documentation generated on Tue, 14 May 2019 02:00:51 +0900 by phpDocumentor 1.4.4