PHP: apache_note - Manual in Deutsh
PHP: apache_note - Manual in French
PHP: apache_note - Manual in Polish

You Are At PHP: apache_note - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

apache_note

(PHP 3 >= 3.0.2, 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.

Grzejniki
Wycieraczki
kredyt hipoteczny doradca finansowy wrocław
kredyt banki
Koszulki

Another Useful functions:


security.apache | ref.apache | install.windows.apache2 | install.windows.apache1 | install.unix.apache2 | function.apache-setenv | function.apache-response-headers | function.apache-reset-timeout | function.apache-request-headers | function.apache-note | function.apache-lookup-uri | function.apache-getenv | function.apache-get-version | function.apache-get-modules | function.apache-child-terminate |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.