$Web Port: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:$Web_Port}}
{{DISPLAYTITLE:$Web_Port}}
<span class="pageSubtitle"><section begin="desc" />Name of current &JWEBS port<section end="desc" /></span>
<span class="pageSubtitle">Name of current <var>WEBSERV</var> port</span>






$Web_Port 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"><span class="term">%rc</span> <span class="literal">= $Web_Port</span>
<section end="syntax" /></p>
</p>




$Web_Port 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]]

Latest revision as of 18:18, 10 April 2013

Name of current WEBSERV port


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

Syntax

%rc = $Web_Port


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