:GetHostByName()
Class
Syntax
:GetHostByName(cHost) -> aResult
Parameters
|
|
cHost |
Host name (Fully Quallified Domain Name, FQDN) |
Return
Array of available information.
If the method fails, an empty array will be returned.
Check :nErr and :cErr for more information.
Description
The :GetHostByName() 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
:GetHostByAddress(), :GetHostName(), :GetHostAddress(), :GetHostInfo(), :GetRecord(), :GetAllRecords(), :GetHostServices()