WHOIS
[
class tree: WHOIS
] [
index: WHOIS
] [
all elements
]
Packages:
ActiveDirectory
EDB
eFilesystem
eSystem
HTTPRelay
IPCALC
KSC5601
MTA
myException
mysqlAES
NAVER
oGetopt
oops-KASI-Lunar
oops-Lunar
oops-OAUTH2
sThread
WebAPI
WHOIS
WHOIS pear 예제 코드
<?php
// $Id$
require_once
'WHOIS.php'
;
set_error_handler
(
'myException::myErrorHandler'
)
;
try
{
$w
=
new
oops
\
WHOIS
;
$whois
=
$w
->
lookup
(
$argv
[
1
]
)
;
print_r
(
$whois
)
;
}
catch
(
myException
$e
)
{
echo
$e
->
Message
(
)
.
"\n"
;
print_r
(
$e
->
TraceAsArray
(
))
;
}
?>
Documentation generated on Fri, 30 Aug 2024 06:11:15 +0900 by
phpDocumentor 1.4.4