<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/appendices.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'reserved.php',
    1 => '予約語の一覧',
    2 => '予約語の一覧',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => '付録',
  ),
  'prev' => 
  array (
    0 => 'aliases.php',
    1 => '関数エイリアスのリスト',
  ),
  'next' => 
  array (
    0 => 'reserved.keywords.php',
    1 => 'キーワードのリスト',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'appendices/reserved.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/reserved.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reserved" class="appendix">
  <h1 class="title">予約語の一覧</h1>
<h2>目次</h2><ul class="chunklist chunklist_appendix"><li><a href="reserved.keywords.php">キーワードのリスト</a></li><li><a href="reserved.classes.php">定義済のクラス</a></li><li><a href="reserved.constants.php">定義済みの定数</a></li><li><a href="reserved.other-reserved-words.php">その他の予約語の一覧</a></li></ul>

  <p class="para">
  以下に PHP で定義済みの ID の一覧を示します。ここに示す ID はいずれも、
  別途明記されていない限りはスクリプトの中で ID として使用することはできません。これらの一覧には
  キーワード、定義済みの変数、定数、クラス名が含まれています。これらの一覧は、
  全てを網羅しているわけではありません。
  </p>

  

  
  


 

 



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