Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.dbase.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'book.dbase.php',
1 => 'dBase',
),
'up' =>
array (
0 => 'refs.database.vendors.php',
1 => 'Vendor Specific Database Extensions',
),
'prev' =>
array (
0 => 'refs.database.vendors.php',
1 => 'Vendor Specific Database Extensions',
),
'next' =>
array (
0 => 'intro.dbase.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">dBase</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.dbase.php">Introduction</a></li><li><a href="dbase.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="dbase.requirements.php">Requirements</a></li><li><a href="dbase.installation.php">Installation</a></li><li><a href="dbase.configuration.php">Runtime Configuration</a></li><li><a href="dbase.resources.php">Resource Types</a></li></ul></li><li><a href="dbase.constants.php">Predefined Constants</a></li><li><a href="ref.dbase.php">dBase Functions</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-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-get-record.php">dbase_get_record</a> — Gets a record from a database as an indexed 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(); ?>