<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.network.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.closelog.php',
    1 => 'closelog',
    2 => 'Sistem g&uuml;nl&uuml;k&ccedil;&uuml;s&uuml; bağlantısını kapatır',
  ),
  'up' => 
  array (
    0 => 'ref.network.php',
    1 => 'Ağ İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.checkdnsrr.php',
    1 => 'checkdnsrr',
  ),
  'next' => 
  array (
    0 => 'function.dns-check-record.php',
    1 => 'dns_check_record',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/network/functions/closelog.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.closelog" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">closelog</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">closelog</span> &mdash; <span class="dc-title">Sistem günlükçüsü bağlantısını kapatır</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.closelog-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>closelog</strong></span>(): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>

  <p class="para rdfs-comment">
   <span class="function"><strong>closelog()</strong></span> işlevi, sistem günlükçüsüne yazmak için
   kullanılan tanıtıcıyı kapatır.  <span class="function"><strong>closelog()</strong></span> kullanımı
   isteğe bağlıdır.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.closelog-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.closelog-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Daima <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> döndürür.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.closelog-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.syslog.php" class="function" rel="rdfs-seeAlso">syslog()</a> - Bir sistem g&uuml;nl&uuml;ğ&uuml; iletisi &uuml;retir</span></li>
    <li><span class="function"><a href="function.openlog.php" class="function" rel="rdfs-seeAlso">openlog()</a> - Sistem g&uuml;nl&uuml;k&ccedil;&uuml;s&uuml;ne erişim i&ccedil;in bağlantı a&ccedil;ar</span></li>
   </ul>
  </p>
 </div>


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