$Web IPAddr: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
<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. | ||
<var>$Web_IPAddr</var> takes no arguments and returns a string, or a null string if the thread is not a | <var>$Web_IPAddr</var> takes no arguments and returns a string, or a null string if the thread is not a <var class="product">[[Janus Web Server]]</var> thread. | ||
==Syntax== | ==Syntax== |
Revision as of 22:24, 15 June 2012
<section begin="desc" />IP address of browser<section end="desc" />
$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
<section begin="syntax" />%string = $Web_IPAddr <section end="syntax" />