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

contributors($setup);

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

 <p class="simpara">Aşağıdaki sabitler PHP
çekirdeğinin parçası olarak daima kullanılabilir durumdadır.</p>
 <p class="para">
 <dl>
  
   <dt id="constant.case-lower">
    <strong><code><a href="array.constants.php#constant.case-lower">CASE_LOWER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.case-lower">CASE_LOWER</a></code></strong>
     <span class="function"><a href="function.array-change-key-case.php" class="function">array_change_key_case()</a></span> işleviyle beraber, dizi
     anahtarlarının harflerini küçük harflere çevirmek için kullanılır. Bu
     aynı zamanda <span class="function"><a href="function.array-change-key-case.php" class="function">array_change_key_case()</a></span> işlevi için
     öntanımlı durumdur.
     PHP 8.2.0 ve sonrasında harf büyüklüğü dönüşümü yalnızca ASCII karakterler
     için uygulanmaktadır.
    </span>
   </dd>
  
  
   <dt id="constant.case-upper">
    <strong><code><a href="array.constants.php#constant.case-upper">CASE_UPPER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.case-upper">CASE_UPPER</a></code></strong>
     <span class="function"><a href="function.array-change-key-case.php" class="function">array_change_key_case()</a></span> işleviyle beraber, dizi
     anahtarlarının harflerini büyük harflere çevirmek için kullanılır.
     PHP 8.2.0 ve sonrasında harf büyüklüğü dönüşümü yalnızca ASCII karakterler
     için uygulanmaktadır.
    </span>
   </dd>
  
 </dl>
 </p>

 <p class="para">Sıralama belirtme seçenekleri:
 <dl>
  
   <dt id="constant.sort-asc">
    <strong><code><a href="array.constants.php#constant.sort-asc">SORT_ASC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.sort-asc">SORT_ASC</a></code></strong> <span class="function"><a href="function.array-multisort.php" class="function">array_multisort()</a></span>
     işleviyle beraber artan düzende sıralama için kullanılır.
    </span>
   </dd>
  
  
   <dt id="constant.sort-desc">
    <strong><code><a href="array.constants.php#constant.sort-desc">SORT_DESC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.sort-desc">SORT_DESC</a></code></strong> <span class="function"><a href="function.array-multisort.php" class="function">array_multisort()</a></span>
     işleviyle beraber azalan düzende sıralama için kullanılır.
    </span>
   </dd>
  
 </dl>
 </p>

 <p class="para">
  Sıralama türü seçenekleri: çeşitli sıralama işlevleri tarafından kullanılır
 <dl>
  
   <dt id="constant.sort-regular">
    <strong><code><a href="array.constants.php#constant.sort-regular">SORT_REGULAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.sort-regular">SORT_REGULAR</a></code></strong> elemanları normal olarak
     karşılaştırmak için kullanılınır.
    </span>
   </dd>
  
  
   <dt id="constant.sort-numeric">
    <strong><code><a href="array.constants.php#constant.sort-numeric">SORT_NUMERIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.sort-numeric">SORT_NUMERIC</a></code></strong> elemanları sayısal olarak
     karşılaştırmak için kullanılınır.
    </span>
   </dd>
  
  
   <dt id="constant.sort-string">
    <strong><code><a href="array.constants.php#constant.sort-string">SORT_STRING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <strong><code><a href="array.constants.php#constant.sort-string">SORT_STRING</a></code></strong> elemanları dizgesel olarak
    karşılaştırmak için kullanılınır.
    </span>
   </dd>
  
  
   <dt id="constant.sort-locale-string">
    <strong><code><a href="array.constants.php#constant.sort-locale-string">SORT_LOCALE_STRING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <strong><code><a href="array.constants.php#constant.sort-locale-string">SORT_LOCALE_STRING</a></code></strong> elemanları dizgesel olarak,
    mevcut yerel sisteme göre karşılaştırmak için kullanılınır.
    </span>
   </dd>
  
  
   <dt id="constant.sort-natural">
    <strong><code><a href="array.constants.php#constant.sort-natural">SORT_NATURAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.natsort.php" class="function">natsort()</a></span> işlevinin yaptığı gibi dizgeleri doğal
     sıramaya göre karşılaştırmak için kullanılır.
    </span>
   </dd>
  
  
   <dt id="constant.sort-flag-case">
    <strong><code><a href="array.constants.php#constant.sort-flag-case">SORT_FLAG_CASE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.sort-flag-case">SORT_FLAG_CASE</a></code></strong> dizgeleri harf büyüklüğne duyarlı
     sıralamak için <strong><code><a href="array.constants.php#constant.sort-string">SORT_STRING</a></code></strong> veya
     <strong><code><a href="array.constants.php#constant.sort-natural">SORT_NATURAL</a></code></strong> ile bit seviyesinde veyalanarak
     kullanılabilir.
     PHP 8.2.0 ve sonrasında harf büyüklüğü dönüşümü yalnızca ASCII karakterler
     için uygulanmaktadır.
    </span>
   </dd>
  
 </dl>
 </p>

 <p class="para">Süzme seçenekleri:
 <dl>
  
   <dt id="constant.array-filter-use-key">
    <strong><code><a href="array.constants.php#constant.array-filter-use-key">ARRAY_FILTER_USE_KEY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.array-filter-use-key">ARRAY_FILTER_USE_KEY</a></code></strong> seçeneği
      <span class="function"><a href="function.array-filter.php" class="function">array_filter()</a></span> işleviyle kullanılarak her anahtarı
      belirtilen geri çağırım işlevine ilk bağımsız değişken olarak aktarmakta
      kullanılır.
    </span>
   </dd>
  
  
   <dt id="constant.array-filter-use-both">
    <strong><code><a href="array.constants.php#constant.array-filter-use-both">ARRAY_FILTER_USE_BOTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="array.constants.php#constant.array-filter-use-both">ARRAY_FILTER_USE_BOTH</a></code></strong> seçeneği
      <span class="function"><a href="function.array-filter.php" class="function">array_filter()</a></span> işlevi ile kullanılarak hem anahtarı
      hem de değeri belirtilen geri çağırım işlevine aktarmakta kullanılır.
    </span>
   </dd>
  
 </dl>
 </p>
 <dl>
  
   <dt id="constant.count-normal">
    <strong><code><a href="array.constants.php#constant.count-normal">COUNT_NORMAL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.count-recursive">
    <strong><code><a href="array.constants.php#constant.count-recursive">COUNT_RECURSIVE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.extr-overwrite">
    <strong><code><a href="array.constants.php#constant.extr-overwrite">EXTR_OVERWRITE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.extr-skip">
    <strong><code><a href="array.constants.php#constant.extr-skip">EXTR_SKIP</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.extr-prefix-same">
    <strong><code><a href="array.constants.php#constant.extr-prefix-same">EXTR_PREFIX_SAME</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.extr-prefix-all">
    <strong><code><a href="array.constants.php#constant.extr-prefix-all">EXTR_PREFIX_ALL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.extr-prefix-invalid">
    <strong><code><a href="array.constants.php#constant.extr-prefix-invalid">EXTR_PREFIX_INVALID</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.extr-prefix-if-exists">
    <strong><code><a href="array.constants.php#constant.extr-prefix-if-exists">EXTR_PREFIX_IF_EXISTS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.extr-if-exists">
    <strong><code><a href="array.constants.php#constant.extr-if-exists">EXTR_IF_EXISTS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.extr-refs">
    <strong><code><a href="array.constants.php#constant.extr-refs">EXTR_REFS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

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