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

search for in the

apache_request_headers> <apache_lookup_uri
[edit] Last updated: Fri, 23 Mar 2012

view this page in

apache_note

(PHP 4, PHP 5)

apache_notePobiera lub ustawia noty odpowiedzi Apache'a

Opis

string apache_note ( string $nazwa_noty [, string $wartość_noty ] )

apache_note() jest funkcją dotyczącą jedynie serwera Apache, która pobiera lub ustawia wartości not w odpowiedzi http. Jeśli wywołana z jednym argumentem, funkcja zwraca aktualną wartość noty nazwa_noty. Jeśli wywołana z dwoma argumentami, ustawi wartość noty nazwa_noty na wartość_noty i zwróci poprzednią wartość noty nazwa_noty.



add a note add a note User Contributed Notes apache_note
ckm at NOSPAM dot crust dot net 16-Oct-2001 03: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.

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