<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.apache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.apache-get-version.php',
    1 => 'apache_get_version',
    2 => 'Apache s&uuml;r&uuml;m&uuml;n&uuml; getirir',
  ),
  'up' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Apache İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.apache-get-modules.php',
    1 => 'apache_get_modules',
  ),
  'next' => 
  array (
    0 => 'function.apache-getenv.php',
    1 => 'apache_getenv',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/apache/functions/apache-get-version.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.apache-get-version" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">apache_get_version</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">apache_get_version</span> &mdash; <span class="dc-title">Apache sürümünü getirir</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.apache-get-version-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>apache_get_version</strong></span>(): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Apache sürümünü getirir.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.apache-get-version-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.apache-get-version-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı halinde Apache sürümünü, aksi halde <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döndürür.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.apache-get-version-examples">
  <h3 class="title">Örnekler</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Örnek 1 - <span class="function"><strong>apache_get_version()</strong></span> örneği</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$version </span><span style="color: #007700">= </span><span style="color: #0000BB">apache_get_version</span><span style="color: #007700">();<br />echo </span><span style="color: #DD0000">"</span><span style="color: #0000BB">$version</span><span style="color: #DD0000">\n"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

    <div class="example-contents"><p>
Yukarıdaki örnek şuna benzer bir çıktı üretir:</p></div>
    <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">Apache/1.3.29 (Unix) PHP/4.3.4</pre>
</div>
    </div>
   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.apache-get-version-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.phpinfo.php" class="function" rel="rdfs-seeAlso">phpinfo()</a> - PHP yapılandırması hakkında bilgi &ccedil;ıktılar</span></li>
   </ul>
  </p>
 </div>

</div><?php manual_footer($setup); ?>