Method Protocols.DNS.client()->gethostbyaddr()
- Method gethostbyaddr
 arraygethostbyaddr(stringhostip)- Description
 Queries the host name or ip from the default or given DNS server. The result is an array with three elements,
- Returns
 The requested data about the specified host.
Array stringhostipThe host IP.
array(string)ipIP number(s).
array(string)aliasesDNS name(s).