$Web Output Type: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 12: Line 12:
<var>$Web_Output_Type</var> takes no arguments and returns a string.
<var>$Web_Output_Type</var> takes no arguments and returns a string.
   
   
This function might prove useful in determining the meaning of the contents of the output stream in code that is shared among many applications -- though it is highly dependent on those applications having already set <var>$Web_Type</var>.
This function might prove useful in determining the meaning of the contents of the output stream in code that is shared among many applications though it is highly dependent on those applications having already set <var>$Web_Type</var>.
   
   
The current output contents can be retrieved with <var>[[$Web_Output_Content]]</var>.
The current output contents can be retrieved with <var>[[$Web_Output_Content]]</var>.

Revision as of 22:02, 30 October 2012

<section begin="desc" />Retrieve current output mime-type<section end="desc" />


$Web_Output_Type retrieves the current output mime-type set either by JANUS WEB ON rules or by the $Web_Type function.

Syntax

<section begin="syntax" />%STR = $Web_Output_Type <section end="syntax" />


$Web_Output_Type takes no arguments and returns a string.

This function might prove useful in determining the meaning of the contents of the output stream in code that is shared among many applications — though it is highly dependent on those applications having already set $Web_Type.

The current output contents can be retrieved with $Web_Output_Content.

$Web_Output_Type is available only in Versions 6.7 and later of the Sirius Mods.

See also $Web_Output_Content and $Web_Type.