msession_connect

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Connect to msession server bool msession_connect ( string $host, string $port ) This function is currently not documented; only its argument list is available.

nsapi_virtual

(PHP 4 >= 4.3.3, PHP 5, PHP 7) Perform an NSAPI sub-request bool nsapi_virtual ( string $uri ) nsapi_virtual() is an NSAPI-specific function which is equivalent to <!--#include virtual...--> in SSI (.shtml files). It does an NSAPI sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you'd parse through webserver. To run the sub-request, all buffers are terminated and flushed t

nsapi_response_headers

(PHP 4 >= 4.3.3, PHP 5, PHP 7) Fetch all HTTP response headers array nsapi_response_headers ( void ) Gets all the NSAPI response headers. Returns: Returns an associative array with all the NSAPI response headers. See also: nsapi_request_headers() - headers_sent() -

nsapi_request_headers

(PHP 4 >= 4.3.3, PHP 5, PHP 7) Fetch all HTTP request headers array nsapi_request_headers ( void ) nsapi_request_headers() gets all the HTTP headers in the current request. This is only supported when PHP runs as a NSAPI module. Note: Prior to PHP 4.3.3, getallheaders() was only available for the Apache servers. After PHP 4.3.3, getallheaders() is an alias for nsapi_request_headers() if you use the NSAPI module. No

iis_stop_service

(PECL iisfunc SVN) Stops the service defined by ServiceId int iis_stop_service ( string $service_id ) This function is currently not documented; only its argument list is available.

iis_stop_server

(PECL iisfunc SVN) Stops the virtual web server int iis_stop_server ( int $server_instance ) This function is currently not documented; only its argument list is available.

iis_start_service

(PECL iisfunc SVN) Starts the service defined by ServiceId int iis_start_service ( string $service_id ) This function is currently not documented; only its argument list is available.

iis_start_server

(PECL iisfunc SVN) Starts the virtual web server int iis_start_server ( int $server_instance ) This function is currently not documented; only its argument list is available.

iis_set_server_rights

(PECL iisfunc SVN) Sets server rights int iis_set_server_rights ( int $server_instance, string $virtual_path, int $directory_flags ) This function is currently not documented; only its argument list is available.

iis_set_script_map

(PECL iisfunc SVN) Sets script mapping on a virtual directory int iis_set_script_map ( int $server_instance, string $virtual_path, string $script_extension, string $engine_path, int $allow_scripting ) This function is currently not documented; only its argument list is available.