Difference between revisions of "GETREMOTEADDR()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return the IP address of the client that is connected to the Recital Database/Mirage Server
 
Function to return the IP address of the client that is connected to the Recital Database/Mirage Server
Line 26: Line 24:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server
+
Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Environment]]
 
[[Category:Environment]]
 
[[Category:Environment Functions]]
 
[[Category:Environment Functions]]

Latest revision as of 16:15, 2 December 2009

Purpose

Function to return the IP address of the client that is connected to the Recital Database/Mirage Server


Syntax

GETREMOTEADDR()


See Also

GETLOCALHOST(), GETREMOTEHOST(), GETREMOTEUSER(), ISMIRAGE(), ISSERVER()


Description

The GETREMOTEADDR() function returns the IP address of the client that is connected to the Recital Database Server or Recital Mirage Server. The address is returned as a character string in 999.999.999.999 format.

An empty string will be returned if the function is not being run via the Recital Database Server or Recital Mirage Server.


Example

mCurrentIP = getremoteaddr()


Products

Recital Server