PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links 
search for in the  
previousGuida Funzioniapache_child_terminatenext
Last updated: Tue, 03 Sep 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 | Hungarian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Swedish | Turkish

I. Funzioni Apache

Queste funzioni sono disponibili unicamente quando PHP � eseguito come modulo di Apache.

Sommario
apache_child_terminate -- Interrompe il processo apache dopo la presente richiesta
apache_lookup_uri --  Esegue una richiesta parziale della URI specificata e restituisce tutte le informazioni
apache_note -- Ricava o imposta una variabile nella tabella notes di Apache
apache_request_headers -- Estrae tutti gli header della richiesta HTTP
apache_response_headers --  Estrae tutti gli header della risposta HTTP
apache_setenv -- Imposta una variabile Apache subprocess_env
ascii2ebcdic -- Traduce una stringa da ASCII a EBCDIC
ebcdic2ascii -- Traduce una stringa da string EBCDIC ad ASCII
getallheaders -- Estrae tutti gli header della richiesta HTTP
virtual -- Esegue una sotto-richiesta Apache
User Contributed Notes
Funzioni Apache
add a note about notes
[email protected]
25-Mar-2000 10:12

Many of the environment variables can be found here:

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

Quickly view all POST variables :

<?php print_r($HTTP_POST_VARS); ?>

[email protected]
10-Jan-2002 10: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
previousGuida Funzioniapache_child_terminatenext
Last updated: Tue, 03 Sep 2002
show source | credits | stats | mirror sites
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Fri Sep 6 12:35:50 2002 CEST