$Web Port: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 6: Line 6:
<var>$Web_Port</var> retrieves the name of the port on which the thread is running.
<var>$Web_Port</var> retrieves the name of the port on which the thread is running.
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> %RC = $Web_Port
<p class="syntax"><section begin="syntax" /><span class="term">%rc</span> <span class="literal">= $Web_Port</span>
<section end="syntax" /></p>
<section end="syntax" /></p>




<var>$Web_Port</var> takes no arguments and returns a string, or a null string if not running on a Web Server thread.
<var>$Web_Port</var> takes no arguments and returns a string, or a null string if not running on a <var class="product">Janus Web Server</var> thread.


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

Revision as of 02:17, 24 February 2012

<section begin="desc" />Name of current WEBSERV port<section end="desc" />


$Web_Port retrieves the name of the port on which the thread is running.

Syntax

<section begin="syntax" />%rc = $Web_Port <section end="syntax" />


$Web_Port takes no arguments and returns a string, or a null string if not running on a Janus Web Server thread.