<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/enchant.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'enchant.resources.php',
    1 => 'Tipi di risorse',
    2 => 'Tipi di risorse',
  ),
  'up' => 
  array (
    0 => 'enchant.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'enchant.installation.php',
    1 => 'Installazione',
  ),
  'next' => 
  array (
    0 => 'enchant.constants.php',
    1 => 'Costanti predefinite',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/enchant/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="enchant.resources" class="section">
  <h2 class="title">Tipi di risorse</h2>
  <p class="simpara">
   Prior to PHP 8.0.0, there are two types of resources in this extension. The first
   one is the broker (backends manager) and the second is for the
   dictionary.
  </p>
 </div><?php manual_footer($setup); ?>