<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.pcntl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.pcntl-sigtimedwait.php',
    1 => 'pcntl_sigtimedwait',
    2 => 'Sinyalleri zaman aşımı dolana kadar bekler',
  ),
  'up' => 
  array (
    0 => 'ref.pcntl.php',
    1 => 'S&uuml;re&ccedil; Denetim İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.pcntl-sigprocmask.php',
    1 => 'pcntl_sigprocmask',
  ),
  'next' => 
  array (
    0 => 'function.pcntl-sigwaitinfo.php',
    1 => 'pcntl_sigwaitinfo',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/pcntl/functions/pcntl-sigtimedwait.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.pcntl-sigtimedwait" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">pcntl_sigtimedwait</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">pcntl_sigtimedwait</span> &mdash; <span class="dc-title">Sinyalleri zaman aşımı dolana kadar bekler</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.pcntl-sigtimedwait-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>pcntl_sigtimedwait</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$sinyaller</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter reference">&$bilgi</code><span class="initializer"> = []</span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$saniye</code><span class="initializer"> = 0</span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$nanosaniye</code><span class="initializer"> = 0</span></span><br>): <span class="type"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Betiğin en çok ne kadar süreyle sinyal bekleyeceğini belirten son iki
   değiştigesi haricinde <span class="function"><a href="function.pcntl-sigwaitinfo.php" class="function">pcntl_sigwaitinfo()</a></span> işleviyle
   aynıdır.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.pcntl-sigtimedwait-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">sinyaller</code></dt>
     <dd>
      <p class="para">
       Beklenecek sinyalleri içeren dizi.
      </p>
     </dd>
    
    
     <dt><code class="parameter">bilgi</code></dt>
     <dd>
      <p class="para">
       Sinyallerle ilgili bilgilerin saklandığı dizi. Ayrıntılar için
       <span class="function"><a href="function.pcntl-sigwaitinfo.php" class="function">pcntl_sigwaitinfo()</a></span> işlevine bakınız.
      </p>
     </dd>
    
    
     <dt><code class="parameter">saniye</code></dt>
     <dd>
      <p class="para">
       Saniye cinsinden zaman aşımı.
      </p>
     </dd>
    
    
     <dt><code class="parameter">nanoseconds</code></dt>
     <dd>
      <p class="para">
       Nano saniye cinsinden zaman aşımı.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.pcntl-sigtimedwait-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda sinyal numarasını döndürür, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.pcntl-sigtimedwait-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.pcntl-sigprocmask.php" class="function" rel="rdfs-seeAlso">pcntl_sigprocmask()</a> - Sinyalleri ekler, siler veya engeller</span></li>
    <li><span class="function"><a href="function.pcntl-sigwaitinfo.php" class="function" rel="rdfs-seeAlso">pcntl_sigwaitinfo()</a> - Belirtilen sinyalleri bekler</span></li>
   </ul>
  </p>
 </div>


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