PHP: NSAPI-specific Functions - Manual
PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links | my php.net 
search for in the  
<notes_versionnsapi_request_headers>
view the version of this page
Last updated: Thu, 15 Jul 2004

LXXIV. NSAPI-specific Functions

�vod

These functions are only available when running PHP as a NSAPI module in Netscape/iPlanet/SunONE webservers.

Instalace

For PHP installation on Netscape/iPlanet/SunONE webservers see the NSAPI section in the installation chapter.

Konfigurace b�hu

The behaviour of the NSAPI PHP module is affected by settings in php.ini. Configuration settings from php.ini may be overridden by additional parameters to the php4_execute call in obj.conf

Tabulka 1. NSAPI configuration options

NameDefaultChangeableFunction
nsapi.read_timeout60PHP_INI_ALLsets the time in seconds the plugin is waiting for POST data from the client

Typy prost�edk�

Toto roz���en� nem� definov�n ��dn� typ prost�edku (resource).

P�eddefinovan� konstanty

Toto roz���en� nem� definov�ny ��dn� konstanty.

Viz tak�

NSAPI implements a subset of the functions from the Apache module for maximum compatibility.

Tabulka 2. Apache functions implemented by NSAPI

Apache function (only as alias)NSAPI functionDescription
apache_request_headers()nsapi_request_headers()Fetch all HTTP request headers
apache_response_headers()nsapi_response_headers()Fetch all HTTP response headers
getallheaders()nsapi_request_headers()Fetch all HTTP request headers
virtual()nsapi_virtual()Make NSAPI sub-request

Obsah
nsapi_request_headers -- Fetch all HTTP request headers
nsapi_response_headers --  Fetch all HTTP response headers
nsapi_virtual -- Perform an NSAPI sub-request


add a note add a note User Contributed Notes
NSAPI-specific Functions
There are no user contributed notes for this page.

<notes_versionnsapi_request_headers>
 Last updated: Thu, 15 Jul 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2004 The PHP Group
All rights reserved.
This unofficial mirror is operated at: /
Last updated: Sun Nov 14 23:09:54 2004 Local time zone must be set--see zic manual page