<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.exec.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.proc-close.php',
    1 => 'proc_close',
    2 => 'proc_open tarafından a&ccedil;ılmış bir s&uuml;reci
  kapatır ve s&uuml;recin &ccedil;ıkış kodunu d&ouml;nd&uuml;r&uuml;r',
  ),
  'up' => 
  array (
    0 => 'ref.exec.php',
    1 => 'Program &Ccedil;alıştırma İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.passthru.php',
    1 => 'passthru',
  ),
  'next' => 
  array (
    0 => 'function.proc-get-status.php',
    1 => 'proc_get_status',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/exec/functions/proc-close.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.proc-close" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">proc_close</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">proc_close</span> &mdash; <span class="dc-title"><span class="function"><a href="function.proc-open.php" class="function">proc_open()</a></span> tarafından açılmış bir süreci
  kapatır ve sürecin çıkış kodunu döndürür</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.proc-close-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>proc_close</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$süreç</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   <span class="function"><strong>proc_close()</strong></span> işlevi, <span class="function"><a href="function.proc-open.php" class="function">proc_open()</a></span>
   tarafından açılmış süreçleri kapatması dışında <span class="function"><a href="function.pclose.php" class="function">pclose()</a></span>
   işlevi gibidir. <span class="function"><strong>proc_close()</strong></span> sürecin sonlanmasını bekler
   ve çıkış kodunu döndürür. Bu sürece açılan borular varsa, bir kısır döngü
   oluşmaması için bu işlevi çağırmadan önce onları kapatmalısınız. Açık
   borular varken çocuk süreç çıkmayı reddedecektir.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.proc-close-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">süreç</code></dt>
     <dd>
      <p class="para">
       <span class="function"><a href="function.proc-open.php" class="function">proc_open()</a></span> tarafından açılmış bir süreç.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.proc-close-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Sonlandırılan sürecin çıkış kodu veya bir hata durumunda
   <code class="literal">-1</code> döner.
  </p>
 </div>


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