downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/fa/book.apache.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.utilspec.server.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'fa',
  ),
 
'this' =>
  array (
   
0 => 'book.apache.php',
   
1 => 'Apache',
  ),
 
'up' =>
  array (
   
0 => 'refs.utilspec.server.php',
   
1 => 'Server Specific Extensions',
  ),
 
'prev' =>
  array (
   
0 => 'refs.utilspec.server.php',
   
1 => 'Server Specific Extensions',
  ),
 
'next' =>
  array (
   
0 => 'intro.apache.php',
   
1 => 'Introduction',
  ),
 
'extra_header_links' =>
  array (
   
'rel' => 'alternate',
   
'href' => '/manual/en/feeds/book.apache.atom',
   
'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="book.apache" class="book">
 <h1 class="title">Apache</h1>
 
 
 
 
 
 









 









 




 




<ul class="chunklist chunklist_book"><li><a href="intro.apache.php">Introduction</a></li><li><a href="apache.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="apache.requirements.php">Requirements</a></li><li><a href="apache.installation.php">Installation</a></li><li><a href="apache.configuration.php">Runtime Configuration</a></li><li><a href="apache.resources.php">Resource Types</a></li></ul></li><li><a href="apache.constants.php">Predefined Constants</a></li><li><a href="ref.apache.php">Apache Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.apache-child-terminate.php">apache_child_terminate</a> — پس از این درخواست پردازه آپاچی را پایان بده</li><li><a href="function.apache-get-modules.php">apache_get_modules</a> — فهرستی از ماجول&zwnj;های بارگذاری شده آپاچی دریافت کن</li><li><a href="function.apache-get-version.php">apache_get_version</a> — نسخه آپاچی را دریافت کن</li><li><a href="function.apache-getenv.php">apache_getenv</a> — یک متغیر subprocess_env آپاچی را بگیر</li><li><a href="function.apache-lookup-uri.php">apache_lookup_uri</a> — درخواست جزئی برای URI مشخص شده انجام بده و تمام اطلاعات درباره آن را بازگردان</li><li><a href="function.apache-note.php">apache_note</a> — یادداشت&zwnj;های درخواست آپاچی را بگیر و تغییر بده</li><li><a href="function.apache-request-headers.php">apache_request_headers</a> — دریافت تمام سرآیندهای درخواست HTTP</li><li><a href="function.apache-reset-timeout.php">apache_reset_timeout</a> — بازنشانی تایمر نوشتن Apache</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> — تعیین یک متغیرsubprocess_env آپاچی</li><li><a href="function.getallheaders.php">getallheaders</a> — دریافت تمام سرآیندهای درخواستHTTP</li><li><a href="function.virtual.php">virtual</a> — انجام یک Apache sub-request</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites