<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.dba.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ref.dba.php',
    1 => 'DBA İşlevleri',
    2 => 'DBA İşlevleri',
  ),
  'up' => 
  array (
    0 => 'book.dba.php',
    1 => 'DBA',
  ),
  'prev' => 
  array (
    0 => 'class.dba-connection.php',
    1 => 'Dba\\Connection',
  ),
  'next' => 
  array (
    0 => 'function.dba-close.php',
    1 => 'dba_close',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/dba/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.dba.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.dba" class="reference">
 <h1 class="title">DBA İşlevleri</h1>













































































<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="function.dba-close.php">dba_close</a> — Close a DBA database</li><li><a href="function.dba-delete.php">dba_delete</a> — Delete DBA entry specified by key</li><li><a href="function.dba-exists.php">dba_exists</a> — Check whether key exists</li><li><a href="function.dba-fetch.php">dba_fetch</a> — Fetch data specified by key</li><li><a href="function.dba-firstkey.php">dba_firstkey</a> — Fetch first key</li><li><a href="function.dba-handlers.php">dba_handlers</a> — List all the handlers available</li><li><a href="function.dba-insert.php">dba_insert</a> — Insert entry</li><li><a href="function.dba-key-split.php">dba_key_split</a> — Splits a key in string representation into array representation</li><li><a href="function.dba-list.php">dba_list</a> — List all open database files</li><li><a href="function.dba-nextkey.php">dba_nextkey</a> — Fetch next key</li><li><a href="function.dba-open.php">dba_open</a> — Open database</li><li><a href="function.dba-optimize.php">dba_optimize</a> — Optimize database</li><li><a href="function.dba-popen.php">dba_popen</a> — Open database persistently</li><li><a href="function.dba-replace.php">dba_replace</a> — Replace or insert entry</li><li><a href="function.dba-sync.php">dba_sync</a> — Synchronize database</li></ul>
</div>
<?php manual_footer($setup); ?>