<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/pdo.drivers.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ref.pdo-firebird.php',
    1 => 'Firebird PDO ドライバ',
    2 => 'Firebird PDO ドライバ (PDO_FIREBIRD)',
  ),
  'up' => 
  array (
    0 => 'pdo.drivers.php',
    1 => 'PDO ドライバ',
  ),
  'prev' => 
  array (
    0 => 'class.pdo-dblib.php',
    1 => 'Pdo\\Dblib',
  ),
  'next' => 
  array (
    0 => 'ref.pdo-firebird.connection.php',
    1 => 'PDO_FIREBIRD DSN',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/pdo_firebird/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.pdo-firebird.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.pdo-firebird" class="reference">
  
  <h1 class="title">Firebird PDO ドライバ (PDO_FIREBIRD)</h1>
  
  <div class="partintro">

   <div class="section" id="ref.pdo-firebird.intro">
   <h2 class="title">はじめに</h2>
    <p class="para">
     PDO_FIREBIRD は、PHP から Firebird
     データベースへのアクセスを可能にするための
     PHP Data Objects (PDO) インターフェイス を実装したドライバです。
    </p>
   </div>
   


<div class="section" id="ref.pdo-firebird.installation">
 <h2 class="title">インストール手順</h2>
 <p class="para">
  <strong class="option configure">--with-pdo-firebird[=DIR]</strong> で
  PDO Firebird 拡張モジュールをインストールします。オプションの <code class="literal">[=DIR]</code>
  には、Firebird の基底インストールディレクトリを指定することができます。
  <div class="example-contents screen">
<div class="cdata"><pre>
$ ./configure --with-pdo-firebird
</pre></div>
  </div>
 </p>
</div>



   

<div class="section" id="ref.pdo-firebird.constants">
 <h2 class="title">定義済み定数</h2>
 <p class="simpara">このドライバでは以下の定数が定義されて
います。これは拡張モジュールが PHP に組み込まれているか、実行時に動的にロード
されている場合のみ使用可能です。さらに、これらのドライバ固有の定数は
そのドライバを使用している場合にのみ使用されます。
あるドライバ固有の属性を別のドライバで使うと、予期せぬ結果を引き起こします。
もし複数のドライバを使用しているコードを実行している場合、
<span class="function"><a href="pdo.getattribute.php" class="function">PDO::getAttribute()</a></span> で <strong><code><a href="pdo.constants.php#pdo.constants.attr-driver-name">PDO::ATTR_DRIVER_NAME</a></code></strong>
属性を使用することで、使用中のドライバ名を調べることが可能です。</p>
 <dl>
  
   <dt id="pdo.constants.fb-attr-date-format">
    <strong><code><a href="ref.pdo-firebird.php#pdo.constants.fb-attr-date-format">PDO::FB_ATTR_DATE_FORMAT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     <strong><code><a href="class.pdo-firebird.php#pdo-firebird.constants.attr-date-format">Pdo\Firebird::ATTR_DATE_FORMAT</a></code></strong> のエイリアス
    </p>
   </dd>
  
  
   <dt id="pdo.constants.fb-attr-time-format">
    <strong><code><a href="ref.pdo-firebird.php#pdo.constants.fb-attr-time-format">PDO::FB_ATTR_TIME_FORMAT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     <strong><code><a href="class.pdo-firebird.php#pdo-firebird.constants.attr-time-format">Pdo\Firebird::ATTR_TIME_FORMAT</a></code></strong> のエイリアス
    </p>
   </dd>
  
  
   <dt id="pdo.constants.fb-attr-timestamp-format">
    <strong><code><a href="ref.pdo-firebird.php#pdo.constants.fb-attr-timestamp-format">PDO::FB_ATTR_TIMESTAMP_FORMAT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     <strong><code><a href="class.pdo-firebird.php#pdo-firebird.constants.attr-timestamp-format">Pdo\Firebird::ATTR_TIMESTAMP_FORMAT</a></code></strong> のエイリアス
    </p>
   </dd>
  
 </dl>
</div>


  </div>

  

 <h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="ref.pdo-firebird.connection.php">PDO_FIREBIRD DSN</a> — Firebird データベースに接続する</li></ul>
</div>
<?php manual_footer($setup); ?>