123456789101112131415161718192021222324252627282930313233 |
- .. _func_network_hostips:
- =======
- HostIps
- =======
- HostIps -
- Description
- ===========
- .. code-block:: blitzmax
- HostIps:Int[]( HostName$ )
- Get all ip addresses for a host name
- Parameters
- ==========
- Return Values
- =============
- Array of host ips, or Null if host not found
- Examples
- ========
- See Also
- ========
|