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

contributors($setup);

?>
<div id="var-representation.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>
 <p class="para">
  <dl>
   
    <dt id="constant.var-representation-single-line">
     <strong><code><a href="var-representation.constants.php#constant.var-representation-single-line">VAR_REPRESENTATION_SINGLE_LINE</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.var-representation.php" class="function">var_representation()</a></span> flag indicating that newlines 
      should not be used for whitespace in variable representations.
     </span>
    </dd>
   
   
    <dt id="constant.var-representation-unescaped">
     <strong><code><a href="var-representation.constants.php#constant.var-representation-unescaped">VAR_REPRESENTATION_UNESCAPED</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.var-representation.php" class="function">var_representation()</a></span> flag indicating that strings should be encoded
      as single quoted strings with unescaped control characters.
     </span>
    </dd>
   
  </dl>
 </p>
</div>
<?php manual_footer($setup); ?>