Difference between revisions of "GETLOCALHOST()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
==Class== | ==Class== | ||
− | + | Environment | |
Line 31: | Line 31: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Environment]] | ||
+ | [[Category:Environment Functions]] |
Revision as of 11:28, 3 June 2009
Class
Environment
Purpose
Function to return the hostname of the server that is running the Recital Database/Mirage Server
Syntax
GETLOCALHOST()
See Also
GETREMOTEADDR(), GETREMOTEHOST(), GETREMOTEUSER(), ISMIRAGE(), ISSERVER()
Description
The GETLOCALHOST() function returns the hostname of the server that is running the Recital Database Server or Recital Mirage Server. The address is returned as a character string.
An empty string will be returned if the function is not being run via the Recital Database Server or Recital Mirage Server or if the server does not have a hostname defined.
Example
mCurrentHostName = getlocalhost()
Products
Recital Database Server, Recital Mirage Server