<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.pthreads.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'pthreads.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
    2 => '&Ouml;ntanımlı Sabitler',
  ),
  'up' => 
  array (
    0 => 'book.pthreads.php',
    1 => 'pthreads',
  ),
  'prev' => 
  array (
    0 => 'pthreads.installation.php',
    1 => 'Kurulum',
  ),
  'next' => 
  array (
    0 => 'class.threaded.php',
    1 => 'Threaded',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/pthreads/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="pthreads.constants" class="appendix">
 <h1 class="title">Öntanımlı Sabitler</h1>

 <p class="simpara">
Buradaki sabitler bu eklenti için
tanımlanmış olup, sadece eklentinin PHP içinde derlenmiş olması veya çalışma
anında dinamik olarak yüklenmesi halinde kullanılabilir.</p>
 <dl>
  
   <dt id="constant.pthreads-inherit-all">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-all">PTHREADS_INHERIT_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    The default options for all Threads, causes pthreads to copy the environment when new Threads are started
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-none">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-none">PTHREADS_INHERIT_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    Do not inherit anything when new Threads are started
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-ini">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-ini">PTHREADS_INHERIT_INI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    Inherit INI entries when new Threads are started
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-constants">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-constants">PTHREADS_INHERIT_CONSTANTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    Inherit user declared constants when new Threads are started
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-classes">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-classes">PTHREADS_INHERIT_CLASSES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    Inherit user declared classes when new Threads are started
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-functions">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-functions">PTHREADS_INHERIT_FUNCTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    Inherit user declared functions when new Threads are started
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-includes">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-includes">PTHREADS_INHERIT_INCLUDES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    Inherit included file information when new Threads are started
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-comments">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-comments">PTHREADS_INHERIT_COMMENTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    Inherit all comments when new Threads are started
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-allow-headers">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-allow-headers">PTHREADS_ALLOW_HEADERS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    Allow new Threads to send headers to standard output (normally prohibited)
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>