PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links 
search for in the  
previousIndex des fonctionsapache_child_terminatenext
Last updated: Tue, 09 Jul 2002
view the printer friendly version or the printer friendly version with notes or change language to English | Brazilian Portuguese | Chinese | Czech | Dutch | Finnish | German | Hungarian | Italian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Swedish | Turkish

I. Apache

Table des mati�res
apache_child_terminate -- Terminate apache process after this request
apache_lookup_uri --  Effectue une requ�te partielle pour l'URI sp�cifi�e et renvoie toutes les informations.
apache_note --  Affiche ou affecte le param�tre "apache request notes".
apache_setenv -- Set an Apache subprocess_env variable
ascii2ebcdic -- Transforme une cha�ne ASCII en EBCDIC
ebcdic2ascii -- Transforme une cha�ne EBCDIC en ASCII
getallheaders --  R�cup�re toutes les en-t�tes des requ�tes HTTP.
virtual -- Effectue une sous-requ�te Apache
User Contributed Notes
Apache
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
previousIndex des fonctionsapache_child_terminatenext
Last updated: Tue, 09 Jul 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