$Web IPAddr: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
{{DISPLAYTITLE:$Web_IPAddr}}
{{DISPLAYTITLE:$Web_IPAddr}}
<span class="pageSubtitle"><section begin="desc" />IP address of browser<section end="desc" /></span>
<span class="pageSubtitle">IP address of browser</span>


<var>$Web_IPAddr</var> returns the dotted IP address of the browser issuing the request.
<var>$Web_IPAddr</var> returns the dotted IP address of the browser issuing the request.
Line 7: Line 7:


==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" />%string = $Web_IPAddr
<p class="syntax">%string = $Web_IPAddr
<section end="syntax" /></p>
</p>


[[Category:Janus Web Server $functions|$Web_IPAddr]]
[[Category:Janus Web Server $functions|$Web_IPAddr]]

Revision as of 19:24, 9 April 2013

IP address of browser

$Web_IPAddr returns the dotted IP address of the browser issuing the request.

$Web_IPAddr takes no arguments and returns a string, or a null string if the thread is not a Janus Web Server thread.

Syntax

%string = $Web_IPAddr