$Web IPAddr: Difference between revisions
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" | <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" | <p class="syntax">%string = $Web_IPAddr | ||
</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