<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/langref.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'reserved.variables.php',
    1 => '&Ouml;ntanımlı Değişkenler',
    2 => '&Ouml;ntanımlı Değişkenler',
  ),
  'up' => 
  array (
    0 => 'langref.php',
    1 => 'Dil Başvuru Kılavuzu',
  ),
  'prev' => 
  array (
    0 => 'language.references.spot.php',
    1 => 'G&ouml;nderimleri kullanan diğer oluşumlar',
  ),
  'next' => 
  array (
    0 => 'language.variables.superglobals.php',
    1 => 'S&uuml;per k&uuml;reseller',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'language/predefined/variables.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/reserved.variables.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reserved.variables" class="reference">
 <h1 class="title">Öntanımlı Değişkenler</h1>

 <div class="partintro">

  <p class="para">
   PHP, <a href="language.variables.external.php" class="link">harici değişkenleri</a>,
   yerleşik ortam değişkenlerini ve CLI ortamında betiğe aktarılan girdilerin
   sayısı ve değerleri gibi yürütme ortamıyla ilgili diğer bilgileri temsil
   eden önceden tanımlanmış değişkenler sağlar.
  </p>

 </div>

 






 






 






 







 







 







 







 







 







 







 







 






 







 








<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="language.variables.superglobals.php">S&uuml;per k&uuml;reseller</a> — B&uuml;t&uuml;n etki alanlarında daima mevcut olan yerleşik değişkenler</li><li><a href="reserved.variables.globals.php">$GLOBALS</a> — K&uuml;resel alanda bulunan b&uuml;t&uuml;n değişkenleri i&ccedil;erir</li><li><a href="reserved.variables.server.php">$_SERVER</a> — Sunucu ve işletme ortamı bilgisi</li><li><a href="reserved.variables.get.php">$_GET</a> — HTTP GET değişkenleri</li><li><a href="reserved.variables.post.php">$_POST</a> — HTTP POST değişkenleri</li><li><a href="reserved.variables.files.php">$_FILES</a> — HTTP Dosya Y&uuml;kleme değişkenleri</li><li><a href="reserved.variables.request.php">$_REQUEST</a> — HTTP İstek değişkenleri</li><li><a href="reserved.variables.session.php">$_SESSION</a> — Oturum değişkenleri</li><li><a href="reserved.variables.environment.php">$_ENV</a> — Ortam değişkenleri</li><li><a href="reserved.variables.cookies.php">$_COOKIE</a> — HTTP &Ccedil;erezleri</li><li><a href="reserved.variables.phperrormsg.php">$php_errormsg</a> — &Ouml;nceki hata iletisi</li><li><a href="reserved.variables.httpresponseheader.php">$http_response_header</a> — HTTP yanıt başlıkları</li><li><a href="reserved.variables.argc.php">$argc</a> — Betiğe ge&ccedil;irilen ifade sayısı</li><li><a href="reserved.variables.argv.php">$argv</a> — Betiğe ge&ccedil;irilen ifade dizisi</li></ul>
</div>
<?php manual_footer($setup); ?>