tcp.addressToName

Syntax tcp.addressToName (adr)

Params adr is a packed 4-byte IP address

Action Looks up the DNS name for the specified IP address

Returns A string containing the DNS name for the specified IP address

Examples tcp.addressToName (-839093064)

   » "www5.erols.com"

Notes Use tcp.addressToName (tcp.addressEncode (adr)) to convert a dotted decimal IP address string into a DNS name.

Discuss