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: Fri, 10 Oct 2008

view this page in

apache_note

(PHP 4, PHP 5)

apache_noteSetzt und liest Apache Notes

Beschreibung

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

apache_note() ist eine Apache-spezifische Funktion, die Einträge in Apaches notes-Tabelle setzt und ausliest. Wenn sie mit einem einzelnen Parameter aufgerufen wird, gibt sie den aktuellen Wert der Note note_name zurück. Bei zwei Parametern wird der Eintrag note_name auf den zweiten Parameter note_value gesetzt und liefert den bisherigen Wert zurück.



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: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites