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

search for in the

apache_request_headers> <apache_lookup_uri
[edit] Last updated: Fri, 24 May 2013

view this page in

apache_note

(PHP 4, PHP 5)

apache_noteObtém e seta notas de requisição

Descrição

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

apache_note() é uma função específica do Apache que obtém e seta valores em uma tabela de notas de requisição. Se for chamada com um argumento, ela retorna o valor atual da nota note_name. Se for chamada com dois argumentos, ela seta o valor da nota note_name para note_value e retorna o valor anterior da nota note_name.



add a note add a note User Contributed Notes apache_note - [1 notes]
up
1
ckm at NOSPAM dot crust dot net
11 years ago
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.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites