<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ref.pdo-firebird.php',
    1 => 'Firebird (PDO)',
    2 => 'Firebird İşlevleri (PDO_FIREBIRD)',
  ),
  'up' => 
  array (
    0 => 'pdo.drivers.php',
    1 => 'PDO S&uuml;r&uuml;c&uuml;leri',
  ),
  'prev' => 
  array (
    0 => 'ref.pdo-dblib.connection.php',
    1 => 'PDO_DBLIB DSN',
  ),
  'next' => 
  array (
    0 => 'ref.pdo-firebird.connection.php',
    1 => 'PDO_FIREBIRD DSN',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    '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 İşlevleri (PDO_FIREBIRD)</h1>
  
  <div class="partintro">

   <div class="section" id="pdo-firebird.intro">
   <h2 class="title">Giriş</h2>
    <p class="para">
     <div class="warning"><strong class="warning">Uyarı</strong>
<p class="simpara">Bu eklenti <em>DENEYSELDİR</em>. Bu eklentinin davranışı,
işlev isimleri ve tüm belgeleri PHP&#039;nin sonraki sürümlerinde hiçbir duyuru
yapılmaksızın değiştirilebilir. Bu risk göze alınamayacaksa bu eklenti
kullanılmamalıdır.</p></div>
     PDO_FIREBIRD, PHP Veri Nesneleri Arayüzünün (PDO) Firebird
     veritabanlarına erişimini mümkün kılmak için gerçeklenmiş bir sürücüdür.
    </p>
   </div>
   

<div class="section" id="pdo-firebird.constants">
 <h2 class="title">Öntanımlı Sabitler</h2>
 <p class="simpara">
Bu sabitler bu sürücü tarafından
tanımlanmış olup, sadece eklentinin PHP içinde derlenmiş olması veya çalışma
anında dinamik olarak yüklenmesi halinde kullanılabilir. Ek olarak, bu
sürücüye özgü sabitler sadece bu sürücü kullanılıyorsa kullanılmalıdır.
Sürücüye özgü özniteliklerin postgres sürücüsü ile kullanılması beklenmedik
davranışlara yol açabilir. Eğer kodunuz çok sayıda sürücüye karşı çalışıyorsa
sürücüyü sınayacak <strong><code><a href="pdo.constants.php#pdo.constants.attr-driver-name">PDO::ATTR_DRIVER_NAME</a></code></strong> özniteliğini
sağlamak için <span class="function"><a href="pdo.getattribute.php" class="function">PDO::getAttribute()</a></span>
kullanılabilir.</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">
     Tarih biçemini tanımlar.
    </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">
     Tarih biçemini tanımlar.
    </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">
     Zaman damgası biçemini tanımlar.
    </p>
   </dd>
  
 </dl>
</div>



  </div>

  

 <h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="ref.pdo-firebird.connection.php">PDO_FIREBIRD DSN</a> — Firebird veritabanı bağlantısı</li></ul>
</div>
<?php manual_footer($setup); ?>