Difference between revisions of "Nats apache note (NATS3)"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Latest revision as of 10:26, 25 November 2008
nats_apache_note
Gets the value of an Apache server note.
Alias: apache_note
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
note | Name of the Apache note to retrieve | Any valid Apache note name | None | note="my_note" |
assign | Store output in this variable | Any valid Smarty variable name | See output section below | assign="my_var" |
Output
The value of the apache note placed in the {$note} variable (or whatever variable you specified with the assign parameter.
Notes
None.
See Also
- apache_note -- PHP manual for Apache Note Function