<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.apache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Apache Functions',
    2 => 'Apache Functions',
  ),
  'up' => 
  array (
    0 => 'book.apache.php',
    1 => 'Apache',
  ),
  'prev' => 
  array (
    0 => 'apache.configuration.php',
    1 => 'Runtime Configuration',
  ),
  'next' => 
  array (
    0 => 'function.apache-child-terminate.php',
    1 => 'apache_child_terminate',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/apache/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.apache.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.apache" class="reference">
  <h1 class="title">Apache Functions</h1>

 




































































 <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.apache-child-terminate.php">apache_child_terminate</a> — Terminate apache process after this request</li><li><a href="function.apache-get-modules.php">apache_get_modules</a> — Get a list of loaded Apache modules</li><li><a href="function.apache-get-version.php">apache_get_version</a> — Fetch Apache version</li><li><a href="function.apache-getenv.php">apache_getenv</a> — Get an Apache subprocess_env variable</li><li><a href="function.apache-lookup-uri.php">apache_lookup_uri</a> — Perform a partial request for the specified URI and return all info about it</li><li><a href="function.apache-note.php">apache_note</a> — Get and set apache request notes</li><li><a href="function.apache-request-headers.php">apache_request_headers</a> — Fetch all HTTP request headers</li><li><a href="function.apache-response-headers.php">apache_response_headers</a> — Fetch all HTTP response headers</li><li><a href="function.apache-setenv.php">apache_setenv</a> — Set an Apache subprocess_env variable</li><li><a href="function.getallheaders.php">getallheaders</a> — Fetch all HTTP request headers</li><li><a href="function.virtual.php">virtual</a> — Perform an Apache sub-request</li></ul>
</div>
<?php manual_footer($setup); ?>