<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.pdo-firebird.php',
    1 => 'Firebird PDO Driver',
    2 => 'Firebird PDO Driver (PDO_FIREBIRD)',
  ),
  'up' => 
  array (
    0 => 'pdo.drivers.php',
    1 => 'PDO Drivers',
  ),
  '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' => 'en',
    '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 Driver (PDO_FIREBIRD)</h1>
  
  <div class="partintro">

   <div class="section" id="ref.pdo-firebird.intro">
   <h2 class="title">Вступ</h2>
    <p class="para">
     PDO_FIREBIRD is a driver that implements the PHP Data Objects (PDO)
     interface to enable access from PHP to Firebird database.
    </p>
   </div>
   

<div class="section" id="ref.pdo-firebird.installation">
 <h2 class="title">Встановлення</h2>
 <p class="para">
  Use <strong class="option configure">--with-pdo-firebird[=DIR]</strong> to install
  the PDO Firebird extension, where the optional <code class="literal">[=DIR]</code>
  is the Firebird base install directory.
  <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>PDO_ATTR_DRIVER_NAME</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> — Connecting to Firebird databases</li></ul>
</div>
<?php manual_footer($setup); ?>