func_network_hostname.rst 315 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_network_hostname:
  2. ========
  3. HostName
  4. ========
  5. HostName -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. HostName$( HostIp )
  10. Convert a host ip address to a name
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Name of host, or Null if host not found
  16. Examples
  17. ========
  18. See Also
  19. ========