GETLOCALHOST()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return the hostname of the server that is running the Lianja Server

Syntax

GETLOCALHOST()

See Also

GETREMOTEADDR(), GETREMOTEHOST(), GETREMOTEUSER(), ISSERVER()

Description

The GETLOCALHOST() function returns the hostname of the server that is running the Lianja Server. The address is returned as a character string.

An empty string will be returned if the function is not being run via the Lianja Server or if the server does not have a hostname defined.

Example

mCurrentHostName = getlocalhost()