September 2001
Intermediate to advanced
768 pages
32h 45m
English
mixed apache_note(string key, [string value])
| key | Name of the note entry |
| value | Value of the note entry |
Gets or sets Apache note entries.
Returns:
Value of the Apache note corresponding to the key specified as the first argument; FALSE if no entry was found for the specified key
Description:
Apache maintains an internal notes table—a simple list of key/value pairs—for every request; with this function, you can get and set entries from this table. The notes table will be flushed as soon as the request has been processed.
To set a new notes entry, specify its name as the first argument and its value as the second. If you leave out the second argument, the function returns the contents of the notes entry corresponding to the non-case-sensitive ...
Read now
Unlock full access