<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionclass.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'reflectionclass.getconstants.php',
    1 => 'ReflectionClass::getConstants',
    2 => 'Sabitleri d&ouml;nd&uuml;r&uuml;r',
  ),
  'up' => 
  array (
    0 => 'class.reflectionclass.php',
    1 => 'ReflectionClass',
  ),
  'prev' => 
  array (
    0 => 'reflectionclass.getconstant.php',
    1 => 'ReflectionClass::getConstant',
  ),
  'next' => 
  array (
    0 => 'reflectionclass.getconstructor.php',
    1 => 'ReflectionClass::getConstructor',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/reflection/reflectionclass/getconstants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionclass.getconstants" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionClass::getConstants</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionClass::getConstants</span> &mdash; <span class="dc-title">Sabitleri döndürür</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionclass.getconstants-description">
  <h3 class="title">Açıklama</h3>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionClass::getConstants</strong></span>(<span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.integer.php" class="type int">int</a></span></span> <code class="parameter">$filter</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">
   Görünürlüğüne aldırmadan, Sınıfın tanımlı sabitlerinin tamamını döndürür.
  </p>

  <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu işlev hala
belgelendirilmemiştir; sadece bağımsız değişken listesi
mevcuttur.</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionclass.getconstants-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">filter</code></dt>
    <dd>
     <p class="para">
      Seçimlik düzgeç. İstenen sabitin görünürlüklerini süzmek için.
      <a href="class.reflectionclassconstant.php#reflectionclassconstant.constants.modifiers" class="link">ReflectionClassConstant sabitleri</a> kullanılarak yapılandırılır ve
      tüm sabit görünürlükleri öntanımlanır.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionclass.getconstants-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Anahtarların sabit isimlerini, değerlerin sabit değerlerini içerdiği bir dizi döner.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-reflectionclass.getconstants-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Sürüm: </th>
      <th>Açıklama</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       <code class="parameter">filter</code> eklendi.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionclass.getconstants-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionclass.getconstant.php" class="methodname" rel="rdfs-seeAlso">ReflectionClass::getConstant()</a> - Tanımlı sabiti d&ouml;nd&uuml;r&uuml;r</span></li>
   </ul>
  </p>
 </div>


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