<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'reserved.variables.php',
    1 => '定義済みの変数',
    2 => '定義済みの変数',
  ),
  'up' => 
  array (
    0 => 'langref.php',
    1 => '言語リファレンス',
  ),
  'prev' => 
  array (
    0 => 'language.references.spot.php',
    1 => 'リファレンスの適用範囲',
  ),
  'next' => 
  array (
    0 => 'language.variables.superglobals.php',
    1 => 'スーパーグローバル',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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">定義済みの変数</h1>

 <div class="partintro">

  <p class="para">
   PHP には定義済みの定数が用意されています。
   <a href="language.variables.external.php" class="link">外部から来る変数</a>
   や組み込みの環境変数、そしてスクリプトに渡した引数の数や値のような、
   実行環境に関するその他の情報の定数があります。
  </p>
  
 </div>

 





 



 




 


 








 





 



 





 



 





 



 





 



 





 



 





 



 





 



 





 



 






 




 



 




 




<h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="language.variables.superglobals.php">スーパーグローバル</a> — すべてのスコープで使用できる組み込みの変数</li><li><a href="reserved.variables.globals.php">$GLOBALS</a> — グローバルスコープで使用可能なすべての変数への参照</li><li><a href="reserved.variables.server.php">$_SERVER</a> — サーバー情報および実行時の環境情報</li><li><a href="reserved.variables.get.php">$_GET</a> — クエリストリング変数</li><li><a href="reserved.variables.post.php">$_POST</a> — HTTP POST リクエストから得られるフォームデータ</li><li><a href="reserved.variables.files.php">$_FILES</a> — HTTP ファイルアップロード変数</li><li><a href="reserved.variables.request.php">$_REQUEST</a> — HTTP リクエスト変数</li><li><a href="reserved.variables.session.php">$_SESSION</a> — セッション変数</li><li><a href="reserved.variables.environment.php">$_ENV</a> — 環境変数</li><li><a href="reserved.variables.cookies.php">$_COOKIE</a> — HTTP クッキー</li><li><a href="reserved.variables.phperrormsg.php">$php_errormsg</a> — 直近のエラーメッセージ</li><li><a href="reserved.variables.httpresponseheader.php">$http_response_header</a> — HTTP レスポンスヘッダ</li><li><a href="reserved.variables.argc.php">$argc</a> — スクリプトに渡された引数の数</li><li><a href="reserved.variables.argv.php">$argv</a> — スクリプトに渡された引数の配列</li></ul>
</div>
<?php manual_footer($setup); ?>