$Web IPAddr: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 7: Line 7:


==Syntax==
==Syntax==
<p class="syntax">%string = $Web_IPAddr
<p class="syntax"><span class="term">%string</span> = $Web_IPAddr
</p>
</p>


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

Revision as of 22:20, 5 June 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