<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.database.vendors.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.dbase.php',
    1 => 'dBase',
    2 => 'dBase',
  ),
  'up' => 
  array (
    0 => 'refs.database.vendors.php',
    1 => 'Постачальники окремих розширень баз даних',
  ),
  'prev' => 
  array (
    0 => 'function.cubrid-send-glo.php',
    1 => 'cubrid_send_glo',
  ),
  'next' => 
  array (
    0 => 'intro.dbase.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/dbase/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.dbase.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.dbase" class="book">
 
 <h1 class="title">dBase</h1>
 
 
 
 
 
 







 








 


 




<ul class="chunklist chunklist_book"><li><a href="intro.dbase.php">Вступ</a></li><li><a href="dbase.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="dbase.installation.php">Встановлення</a></li><li><a href="dbase.resources.php">Типи ресурсів</a></li></ul></li><li><a href="dbase.constants.php">Попередньо визначені константи</a></li><li><a href="ref.dbase.php">dBase Функції</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.dbase-add-record.php">dbase_add_record</a> — Adds a record to a database</li><li><a href="function.dbase-close.php">dbase_close</a> — Closes a database</li><li><a href="function.dbase-create.php">dbase_create</a> — Creates a database</li><li><a href="function.dbase-delete-record.php">dbase_delete_record</a> — Deletes a record from a database</li><li><a href="function.dbase-get-header-info.php">dbase_get_header_info</a> — Gets the header info of a database</li><li><a href="function.dbase-get-record.php">dbase_get_record</a> — Gets a record from a database as an indexed array</li><li><a href="function.dbase-get-record-with-names.php">dbase_get_record_with_names</a> — Gets a record from a database as an associative array</li><li><a href="function.dbase-numfields.php">dbase_numfields</a> — Gets the number of fields of a database</li><li><a href="function.dbase-numrecords.php">dbase_numrecords</a> — Gets the number of records in a database</li><li><a href="function.dbase-open.php">dbase_open</a> — Opens a database</li><li><a href="function.dbase-pack.php">dbase_pack</a> — Packs a database</li><li><a href="function.dbase-replace-record.php">dbase_replace_record</a> — Replaces a record in a database</li></ul></li></ul></div><?php manual_footer($setup); ?>