Приглашаем посетить
Чернышевский (chernyshevskiy.lit-info.ru)

Reference: gethostbyname

PreviousChapter 5
Function Reference
Next
 

gethostbyname

gethostbyname name

Retrieves the address (and other names) of a network hostname. The return value in list context is:

($name, $aliases, $addrtype, $length, @addrs)
where @addrs is a list of raw addresses. In scalar context, gethostbyname returns only the host address.


PreviousHomeNext
Reference: gethostbyaddrBook IndexReference: gethostent