:GetHostByAddress()
Class
Syntax
:GetHostByAddress(cIP) -> aResult
Parameters
|
|
cIP |
IP Address in standard dot-notation. |
Return
Array of available information.
If the method fails, an empty array will be returned.
Check :nErr and :cErr for more information.
Description
The :GetHostByAddress() method returns all available information about a particular Host.
This information includes the Host name, a list of aliases and a list of IP addresses associated with this Host.
See Also
:GetHostByName(), :GetHostName(), :GetHostAddress(), :GetHostInfo(), :GetRecord(), :GetAllRecords(), :GetHostServices()