PHP: Apache-specifikus f�ggv�nyek - Manual
PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links 
search for in the  
previousF�ggv�ny referenciaapache_child_terminatenext
Last updated: Fri, 30 Aug 2002
view the printer friendly version or the printer friendly version with notes or change language to English | Brazilian Portuguese | Chinese | Czech | Dutch | Finnish | French | German | Italian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Swedish | Turkish

I. Apache-specifikus f�ggv�nyek

Tartalom
apache_child_terminate -- termin�lja az Apache processzt a k�r�s ut�n
apache_lookup_uri --  V�grehajt egy r�szleges k�r�st a meghat�rozott URI-re �s visszat�r ennek �sszes inform�ci�j�val
apache_note -- Apache k�r�s megjegyz�seket k�r �s �ll�t be
apache_request_headers -- Fetch all HTTP request headers
apache_response_headers --  Fetch all HTTP response headers
apache_setenv -- Apache subprocess_env v�ltoz�it �ll�tja be
ascii2ebcdic -- �talak�t egy stringet ASCII-b�l EBCDIC-be
ebcdic2ascii -- �talak�t egy stringet EBCDIC-b�l ASCII-be
getallheaders -- Visszaadja az �sszes HTTP-k�r�s fejl�cet
virtual -- V�grehajt egy Apache allek�r�st
User Contributed Notes
Apache-specifikus f�ggv�nyek
add a note about notes
[email protected]
25-Mar-2000 09:12

Many of the environment variables can be found here:

[email protected]
28-Jul-2000 01:22

Quickly view all POST variables :

<?php print_r($HTTP_POST_VARS); ?>

[email protected]
10-Jan-2002 09:40

If you are trying to find a Handler to use with apache's mod_mime functions (e.g. SetHandler). Use the MIME type associated with php.

e.g. SetHandler application/x-httpd-php

add a note about notes
previousF�ggv�ny referenciaapache_child_terminatenext
Last updated: Fri, 30 Aug 2002
show source | credits | stats | mirror sites
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Sat Aug 31 06:19:44 2002 CEST