<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.enchant.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'class.enchantbroker.php',
    1 => 'EnchantBroker',
    2 => 'EnchantBroker クラス',
  ),
  'up' => 
  array (
    0 => 'book.enchant.php',
    1 => 'Enchant',
  ),
  'prev' => 
  array (
    0 => 'function.enchant-dict-suggest.php',
    1 => 'enchant_dict_suggest',
  ),
  'next' => 
  array (
    0 => 'class.enchantdictionary.php',
    1 => 'EnchantDictionary',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/enchant/enchantbroker.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.enchantbroker" class="reference">

 <h1 class="title">EnchantBroker クラス</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 8)</p>


  <div class="section" id="enchantbroker.intro">
   <h2 class="title">はじめに</h2>
   <p class="simpara">
    PHP 8.0.0 以降、
    <code class="literal">enchant_broker</code> リソースを置き換える完全不透明クラスです。
   </p>
  </div>


  <div class="section" id="enchantbroker.synopsis">
   <h2 class="title">クラス概要</h2>


   <div class="classsynopsis"><div class="classsynopsisinfo">
    
     <span class="modifier">final</span>
     <span class="modifier">class</span> <strong class="classname"><strong class="classname">EnchantBroker</strong></strong>
     {</div>
   }</div>


  </div>

 </div>

 

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