$Web Port: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
$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"><section begin="syntax" /> %RC = $Web_Port | ||
Line 10: | Line 10: | ||
$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 Web Server thread. | ||
[[Category:Janus Web Server $functions|$Web_Port]] | [[Category:Janus Web Server $functions|$Web_Port]] |
Revision as of 19:56, 9 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 Web Server thread.