Nats apache note (NATS3)
From TMM Wiki
Jump to navigationJump to searchnats_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