inet_aton
inet_aton (hostname
)
- Translates a hostname such as www.anonymous.com or 18.181.0.24 into a data structure (a four-byte string) used for socket addresses. If the hostname cannot be resolved, the function returns the undefined value.
inet_aton (hostname
)