PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apache_request_headers> <apache_lookup_uri
Last updated: Sun, 25 Nov 2007

view this page in

apache_note

(PHP 4, PHP 5)

apache_note — Get and set apache request notes

Description

string apache_note ( string $note_name [, string $note_value ] )

apache_note() is an Apache-specific function which gets and sets values in a request's notes table.

Parameters

note_name

The name of the note.

note_value

The value of the note.

Return Values

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.



add a note add a note User Contributed Notes
apache_note
ckm at NOSPAM dot crust dot net
16-Oct-2001 01:52
apache_note() does not work on requests to a symlink, only on actual files.  Eg. if index.php is symlinked to login.php, then any apache_note() in login.php will not be available to other apache modules such as logging.

apache_request_headers> <apache_lookup_uri
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites