<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.com.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'com.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
    2 => '&Ouml;ntanımlı Sabitler',
  ),
  'up' => 
  array (
    0 => 'book.com.php',
    1 => 'COM',
  ),
  'prev' => 
  array (
    0 => 'com.configuration.php',
    1 => '&Ccedil;alışma Anı Yapılandırması',
  ),
  'next' => 
  array (
    0 => 'com.error-handling.php',
    1 => 'Hatalar ve hata y&ouml;netimi',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/com/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="com.constants" class="chapter">
 <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>
 <table class="doctable table">
  <caption><strong>COM sabitleri</strong></caption>
  
   <thead>
    <tr>
     <th>Sabit</th>
     <th>Açıklama</th>
     <th>Ek Bilgi</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr id="constant.clsctx-inproc-server">
     <td>
      <strong><code><a href="com.constants.php#constant.clsctx-inproc-server">CLSCTX_INPROC_SERVER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Bu sınıfı oluşturan ve yöneten kod; sınıf bağlamının belirtildiği işlevi
      çağıran süreçle aynı kimlikte çalışan bir DLL&#039;dir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.clsctx-inproc-handler">
     <td>
      <strong><code><a href="com.constants.php#constant.clsctx-inproc-handler">CLSCTX_INPROC_HANDLER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Bu sınıfı oluşturan ve yöneten kod; istemcinin sürecinde çalışan bir
      DLL olup, sınıfın örneklerine uzaktan erişildiğinde sınıfın istemci
      tarafı yapılarını gerçekler.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.clsctx-local-server">
     <td>
      <strong><code><a href="com.constants.php#constant.clsctx-local-server">CLSCTX_LOCAL_SERVER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Bu sınıfı oluşturan ve yöneten EXE kod; aynı makinede çalışır fakat ayrı
      bir süreç alanına yüklenir.
     </td>
    <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.clsctx-remote-server">
     <td>
      <strong><code><a href="com.constants.php#constant.clsctx-remote-server">CLSCTX_REMOTE_SERVER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Uzak bir bağlam. Bu sınıfı oluşturan ve yöneten kod farklı bir
      bilgisayarda çalışır.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.clsctx-server">
     <td>
      <strong><code><a href="com.constants.php#constant.clsctx-server">CLSCTX_SERVER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Süreç içi, yerel ya da uzaktaki sunucu kodunu belirtir.
      <strong><code><a href="com.constants.php#constant.clsctx-inproc-server">CLSCTX_INPROC_SERVER</a></code></strong>,
      <strong><code><a href="com.constants.php#constant.clsctx-local-server">CLSCTX_LOCAL_SERVER</a></code></strong> ve
      <strong><code><a href="com.constants.php#constant.clsctx-remote-server">CLSCTX_REMOTE_SERVER</a></code></strong> sabitlerinin VEYAlanmasının
      sonucudur.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.clsctx-all">
     <td>
      <strong><code><a href="com.constants.php#constant.clsctx-all">CLSCTX_ALL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Tüm sınıf bağlamlarını belirtir.
      <strong><code><a href="com.constants.php#constant.clsctx-inproc-handler">CLSCTX_INPROC_HANDLER</a></code></strong> ve
      <strong><code><a href="com.constants.php#constant.clsctx-server">CLSCTX_SERVER</a></code></strong> sabitlerinin VEYAlanmasının
      sonucudur.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-null">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-null">VT_NULL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      NULL gösterici başvurusu.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-empty">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-empty">VT_EMPTY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      <strong><code><a href="com.constants.php#constant.vt-empty">VT_EMPTY</a></code></strong> türünde bir özellikle ilişkili hiçbir veri
      yoktur, dolayısıyla değerin boyutu sıfırdır.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-int">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-int">VT_INT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      4 baytlık işaretli tamsayı değer (<strong><code><a href="com.constants.php#constant.vt-i4">VT_I4</a></code></strong> eşdeğeri).
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-i1">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-i1">VT_I1</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Tek baytlık işaretli tamsayı değer.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-i2">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-i2">VT_I2</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      İki baytlık işaretli tamsayı değer.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-i4">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-i4">VT_I4</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Dört baytlık işaretli tamsayı değer.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-i8">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-i8">VT_I8</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      8 baytlık işaretli tamsayı değer
     </td>
     <td>sadece x64</td>
    </tr>

    <tr id="constant.vt-uint">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-uint">VT_UINT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      4 baytlık işaretsiz tamsayı değer (<strong><code><a href="com.constants.php#constant.vt-ui4">VT_UI4</a></code></strong> eşdeğeri).
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-ui1">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-ui1">VT_UI1</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      1 baytlık işaretsiz tamsayı değer.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-ui2">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-ui2">VT_UI2</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      2 baytlık işaretsiz tamsayı değer.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-ui4">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-ui4">VT_UI4</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      4 baytlık işaretsiz tamsayı değer.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-ui8">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-ui8">VT_UI8</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      8 baytlık işaretsiz tamsayı değer.
     </td>
     <td>sadece x64</td>
    </tr>

    <tr id="constant.vt-r4">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-r4">VT_R4</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      32 bitlik IEEE kayan noktalı değer.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-r8">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-r8">VT_R8</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      64 bitlik IEEE kayan noktalı değer.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-bool">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-bool">VT_BOOL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      İkil değer.
     </td>
    <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-error">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-error">VT_ERROR</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Hata kodu olup hata ile ilgili durum kodunu içerir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr>
     <td>
      <strong><code>VT_CY</code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      8 baytlık ikinin tamamlayıcısı tamsayı (10,000&#039;e ölçekli).
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-date">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-date">VT_DATE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      <code class="literal">31 Aralık 1899</code>&#039;dan beri geçen günlerin sayısını
      gösteren 64 bitlik kayan noktalı bir sayı. Örneğin, <code class="literal">1 Ocak
      1900</code> için <code class="literal">2.0</code>, <code class="literal">2 Ocak 1900</code>
      için <code class="literal">3.0</code> gibi). <strong><code><a href="com.constants.php#constant.vt-r8">VT_R8</a></code></strong> ile aynı
      gösterimde saklanır.
     </td>
    <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-bstr">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-bstr">VT_BSTR</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      NULL sonlandırmalı bir Unicode dizge için gösterici.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-decimal">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-decimal">VT_DECIMAL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Onluk tabanda bir yapı.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-unknown">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-unknown">VT_UNKNOWN</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      IUnknown arayüzünü gerçekleyen bir nesnenin göstericisi.
     </td>
    <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-dispatch">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-dispatch">VT_DISPATCH</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Belirtilen nesnenin götericisine gösterici.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-variant">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-variant">VT_VARIANT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Tür ismi ile öncelenmiş olarak ilgili değer.
      <strong><code><a href="com.constants.php#constant.vt-variant">VT_VARIANT</a></code></strong> sadece <strong><code><a href="com.constants.php#constant.vt-byref">VT_BYREF</a></code></strong> ile
      kullanılabilir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-array">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-array">VT_ARRAY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Tür belirteci ile <strong><code><a href="com.constants.php#constant.vt-array">VT_ARRAY</a></code></strong> VEYAlanırsa sonuç bir
      <code class="literal">SAFEARRAY</code> göstericisi olur.
      <strong><code><a href="com.constants.php#constant.vt-array">VT_ARRAY</a></code></strong> sadece şu veri türleri ile VEYAlanabilir:
      <strong><code><a href="com.constants.php#constant.vt-i1">VT_I1</a></code></strong>,
      <strong><code><a href="com.constants.php#constant.vt-ui1">VT_UI1</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-i2">VT_I2</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-ui2">VT_UI2</a></code></strong>,
      <strong><code><a href="com.constants.php#constant.vt-i4">VT_I4</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-ui4">VT_UI4</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-int">VT_INT</a></code></strong>,
      <strong><code><a href="com.constants.php#constant.vt-uint">VT_UINT</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-r4">VT_R4</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-r8">VT_R8</a></code></strong>,
      <strong><code><a href="com.constants.php#constant.vt-bool">VT_BOOL</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-decimal">VT_DECIMAL</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-error">VT_ERROR</a></code></strong>,
      <strong><code>VT_CY</code></strong>, <strong><code><a href="com.constants.php#constant.vt-date">VT_DATE</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-bstr">VT_BSTR</a></code></strong>,
      <strong><code><a href="com.constants.php#constant.vt-dispatch">VT_DISPATCH</a></code></strong>, <strong><code><a href="com.constants.php#constant.vt-unknown">VT_UNKNOWN</a></code></strong> ve
      <strong><code><a href="com.constants.php#constant.vt-variant">VT_VARIANT</a></code></strong>.
     </td>
      <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.vt-byref">
     <td>
      <strong><code><a href="com.constants.php#constant.vt-byref">VT_BYREF</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Tür belirteci ile <strong><code><a href="com.constants.php#constant.vt-byref">VT_BYREF</a></code></strong>VEYAlanırsa sonuç bir
      başvurudur. Başvuru türleri, C++&#039;daki başvuru türlerine benzer şekilde
      veriye bir başvuru olarak yorumlanır.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.cp-acp">
     <td>
      <strong><code><a href="com.constants.php#constant.cp-acp">CP_ACP</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      ANSI kod sayfasına öntanımlıdır.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.cp-maccp">
     <td>
      <strong><code><a href="com.constants.php#constant.cp-maccp">CP_MACCP</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Macintosh kod sayfası.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.cp-oemcp">
     <td>
      <strong><code><a href="com.constants.php#constant.cp-oemcp">CP_OEMCP</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      OEM kod sayfasına öntanımlıdır.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.cp-utf7">
     <td>
      <strong><code><a href="com.constants.php#constant.cp-utf7">CP_UTF7</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Unicode (UTF-7).
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.cp-utf8">
     <td>
      <strong><code><a href="com.constants.php#constant.cp-utf8">CP_UTF8</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Unicode (UTF-8).
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.cp-symbol">
     <td>
      <strong><code><a href="com.constants.php#constant.cp-symbol">CP_SYMBOL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      <code class="literal">SEMBOL</code> çevirileri.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.cp-thread-acp">
     <td>
      <strong><code><a href="com.constants.php#constant.cp-thread-acp">CP_THREAD_ACP</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Geçerli evrenin ANSI kod sayfası.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.varcmp-lt">
     <td>
      <strong><code><a href="com.constants.php#constant.varcmp-lt">VARCMP_LT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Sol bayt dizgesi, sağ bayt dizgesinden küçüktür.
     </td>
      <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.varcmp-eq">
     <td>
      <strong><code><a href="com.constants.php#constant.varcmp-eq">VARCMP_EQ</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      İki terim eşittir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.varcmp-gt">
     <td>
      <strong><code><a href="com.constants.php#constant.varcmp-gt">VARCMP_GT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Sol bayt dizgesi, sağ bayt dizgesinden büyüktür.
     </td>
    <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.varcmp-null">
     <td>
      <strong><code><a href="com.constants.php#constant.varcmp-null">VARCMP_NULL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Her ifade NULL&#039;dur.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.norm-ignorecase">
     <td>
      <strong><code><a href="com.constants.php#constant.norm-ignorecase">NORM_IGNORECASE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Harf büyüküğüne duyarlığı yoksay.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.norm-ignorenonspace">
     <td>
      <strong><code><a href="com.constants.php#constant.norm-ignorenonspace">NORM_IGNORENONSPACE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Boşluk olmayan karakterleri yoksay.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.norm-ignoresymbols">
     <td>
      <strong><code><a href="com.constants.php#constant.norm-ignoresymbols">NORM_IGNORESYMBOLS</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Sembolleri yoksay.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.norm-ignorewidth">
     <td>
      <strong><code><a href="com.constants.php#constant.norm-ignorewidth">NORM_IGNOREWIDTH</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Dizge uzunluğunu yoksay.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.norm-ignorekanatype">
     <td>
      <strong><code><a href="com.constants.php#constant.norm-ignorekanatype">NORM_IGNOREKANATYPE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Kana türünü yoksay.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.norm-ignorekashida">
     <td>
      <strong><code><a href="com.constants.php#constant.norm-ignorekashida">NORM_IGNOREKASHIDA</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Arapça kaşida karakterleri yoksay.
     </td>
     <td>Kullanılabilirliği altında çalıştığı kütüphaneye bağlıdır.</td>
    </tr>

    <tr id="constant.disp-e-divbyzero">
     <td>
      <strong><code><a href="com.constants.php#constant.disp-e-divbyzero">DISP_E_DIVBYZERO</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Sıfırla bölme hatasını belirten dönen hata.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.disp-e-overflow">
     <td>
      <strong><code><a href="com.constants.php#constant.disp-e-overflow">DISP_E_OVERFLOW</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Bir değerin beklenen gösterimine zorlanamadığını belirten hata.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.disp-e-badindex">
     <td>
      <strong><code><a href="com.constants.php#constant.disp-e-badindex">DISP_E_BADINDEX</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Dizi indisinin mevcut olmadığını gösteren hata.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.disp-e-paramnotfound">
     <td>
      <strong><code><a href="com.constants.php#constant.disp-e-paramnotfound">DISP_E_PARAMNOTFOUND</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Bağımsız değişken kimliklerinden birinin yöntem üzerindeki bir bağımsız
      değişkene karşılık gelmediğini belirten bir dönüş değeri.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.mk-e-unavailable">
     <td>
      <strong><code><a href="com.constants.php#constant.mk-e-unavailable">MK_E_UNAVAILABLE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      iMoniker COM durum kodu; işlev çağrısının, kullanılamaması nedeniyle
      başarısız olduğu hatalarda döner.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.locale-neutral">
     <td>
      <strong><code><a href="com.constants.php#constant.locale-neutral">LOCALE_NEUTRAL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Tarafsız yerel. Bu sabit genellikle NLS API&#039;lerini çağırırken
      kullanılmaz. Yerine LOCALE_SYSTEM_DEFAULT kullanılmalıdır.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.locale-system-default">
     <td>
      <strong><code><a href="com.constants.php#constant.locale-system-default">LOCALE_SYSTEM_DEFAULT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      İşletim sistemi için öntanımlı yerel.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

   </tbody>
  
 </table>

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