gethostbyaddr
(PHP 3, PHP 4 , PHP 5)
gethostbyaddr --
주어진 IP 어드레스에 대응이 되는 인터넷 호스트 이름을 가져옵니다.
Description
string
gethostbyaddr ( string ip_address)
Returns the host name of the Internet host specified by
ip_address에 정의된 인터넷 호스트의 호스트 이름을 반환합니다.
에러가 발생하면 ip_address를 반환합니다.
참조: gethostbyname().