apache_note
Get and set apache request notes
&reftitle.description;
stringapache_note
stringnote_name
stringnote_value
apache_note is an Apache-specific function
which gets and sets values in a request's
notes table.
&reftitle.parameters;
note_name
The name of the note.
note_value
The value of the note.
&reftitle.returnvalues;
If called with one argument, it returns the current value of note
note_name. If called with two arguments, it
sets the value of note note_name to
note_value and returns the previous value of
note note_name.
If the note cannot be retrieved, &false; is returned.