Source of: /manual/en/ref.pdo-firebird.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'ref.pdo-firebird.php',
1 => 'Firebird/Interbase (PDO)',
),
'up' =>
array (
0 => 'pdo.drivers.php',
1 => 'PDO Drivers',
),
'prev' =>
array (
0 => 'ref.pdo-dblib.connection.php',
1 => 'PDO_DBLIB DSN',
),
'next' =>
array (
0 => 'ref.pdo-firebird.connection.php',
1 => 'PDO_FIREBIRD DSN',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Firebird/Interbase Functions (PDO_FIREBIRD)</h1>
<div class="partintro">
<div id="pdo-firebird.intro" class="section">
<h2 class="title">Introduction</h2>
<p class="para">
<div class="warning"><b class="warning">Warning</b><p class="simpara">This extension is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this extension including
the names of its functions and any other documentation surrounding this
extension may change without notice in a future release of PHP.
This extension should be used at your own risk.</p></div>
PDO_FIREBIRD is a driver that implements the PHP Data Objects (PDO)
interface to enable access from PHP to Firebird and Interbase databases.
</p>
</div>
<div id="pdo-firebird.constants" class="section">
<h2 class="title">Predefined Constants</h2>
<p class="simpara">The constants below are defined by
this driver, and will only be available when the extension has been either
compiled into PHP or dynamically loaded at runtime. In addition, these
driver-specific constants should only be used if you are using this driver.
Using driver-specific attributes with another driver may result in
unexpected behaviour. <a href="pdo.getattribute.php" class="function">PDO::getAttribute()</a> may be used to
obtain the <b><tt class="constant">PDO_ATTR_DRIVER_NAME</tt></b> attribute to check the
driver, if your code can run against multiple drivers.</p>
<dl>
<dt class="varlistentry">
<span class="term">
<b><tt class="constant">PDO::FB_ATTR_DATE_FORMAT</tt></b>
(<a href="language.types.integer.php" class="type integer">integer</a>)
</span>
</dt><dd class="listitem">
<p class="para">
Available since PHP 5.3.0.
</p>
<p class="para">
Sets the date format.
</p>
</dd>
<dt class="varlistentry">
<span class="term">
<b><tt class="constant">PDO::FB_ATTR_TIME_FORMAT</tt></b>
(<a href="language.types.integer.php" class="type integer">integer</a>)
</span>
</dt><dd class="listitem">
<p class="para">
Sets the time format.
</p>
<p class="para">
Available since PHP 5.3.0.
</p>
</dd>
<dt class="varlistentry">
<span class="term">
<b><tt class="constant">PDO::FB_ATTR_TIMESTAMP_FORMAT</tt></b>
(<a href="language.types.integer.php" class="type integer">integer</a>)
</span>
</dt><dd class="listitem">
<p class="para">
Sets the timestamp format.
</p>
<p class="para">
Available since PHP 5.3.0.
</p>
</dd>
</dl>
</div>
</div>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="ref.pdo-firebird.connection.php">PDO_FIREBIRD DSN</a> — Connecting to Firebird and Interbase databases</li></ul>
</div>
<?php manual_footer(); ?>