PHP apache_note function

apache_note

(PHP 3 >= 3.0.2, PHP 4, PHP 5)

apache_note — Get and set apache request notesDescriptionstring 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.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • Reddit
  • Furl
  • NewsVine
  • Simpy
  • Slashdot
  • Spurl
  • StumbleUpon
  • YahooMyWeb
  • TailRank
  • Technorati

Home | PHP Functions | PHP apache_note function