$Web IPAddr: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 2: | Line 2: | ||
<span class="pageSubtitle"><section begin="desc" />IP address of browser<section end="desc" /></span> | <span class="pageSubtitle"><section begin="desc" />IP address of browser<section end="desc" /></span> | ||
<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 ''[[Janus Web Server]]'' thread. | |||
==Syntax== | ==Syntax== | ||
<p class="syntax"><section begin="syntax" /> %string = $Web_IPAddr | <p class="syntax"><section begin="syntax" />%string = $Web_IPAddr | ||
<section end="syntax" /></p> | <section end="syntax" /></p> | ||
[[Category:Janus Web Server $functions|$Web_IPAddr]] | [[Category:Janus Web Server $functions|$Web_IPAddr]] |
Revision as of 22:13, 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" />