<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/fileinfo.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'fileinfo.resources.php',
    1 => 'リソース型',
    2 => 'リソース型',
  ),
  'up' => 
  array (
    0 => 'fileinfo.setup.php',
    1 => 'インストール/設定',
  ),
  'prev' => 
  array (
    0 => 'fileinfo.installation.php',
    1 => 'インストール手順',
  ),
  'next' => 
  array (
    0 => 'fileinfo.constants.php',
    1 => '定義済み定数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/fileinfo/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="fileinfo.resources" class="section">
  <h2 class="title">リソース型</h2>
  <p class="simpara">
   PHP 8.1.0 より前のバージョンでは、
   Fileinfo 拡張モジュールは、一種類のリソースを使っていました。
   <span class="function"><a href="function.finfo-open.php" class="function">finfo_open()</a></span> が返す magic データベース記述子です。
  </p>
 </div><?php manual_footer($setup); ?>