
[Top]
system
|
Method system.gethostbyaddr()
- Method
gethostbyaddr
array(string|array(string)) system.gethostbyaddr(string addr)
- Description
-
Returns an array with information about the specified IP address.
- Returns
The returned array contains the same information as that returned
by system.gethostbyname.
- Note
This function only exists on systems that have the gethostbyaddr(2)
or similar system call.
- See also
system.gethostbyname
Extracted from Pike v7.3 release 11 at 2001-11-03.
|