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.paradox.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.paradox.php',
1 => 'Paradox',
),
'up' =>
array (
0 => 'refs.database.vendors.php',
1 => 'Vendor Specific Database Extensions',
),
'prev' =>
array (
0 => 'function.ovrimos-rollback.php',
1 => 'ovrimos_rollback',
),
'next' =>
array (
0 => 'intro.paradox.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Paradox File Access</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.paradox.php">Introduction</a></li><li><a href="paradox.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="paradox.requirements.php">Requirements</a></li><li><a href="paradox.installation.php">Installation</a></li><li><a href="paradox.configuration.php">Runtime Configuration</a></li><li><a href="paradox.resources.php">Resource Types</a></li></ul></li><li><a href="paradox.constants.php">Predefined Constants</a></li><li><a href="ref.paradox.php">Paradox Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.px-close.php">px_close</a> — Closes a paradox database</li><li><a href="function.px-create-fp.php">px_create_fp</a> — Create a new paradox database</li><li><a href="function.px-date2string.php">px_date2string</a> — Converts a date into a string.</li><li><a href="function.px-delete-record.php">px_delete_record</a> — Deletes record from paradox database</li><li><a href="function.px-delete.php">px_delete</a> — Deletes resource of paradox database</li><li><a href="function.px-get-field.php">px_get_field</a> — Returns the specification of a single field</li><li><a href="function.px-get-info.php">px_get_info</a> — Return lots of information about a paradox file</li><li><a href="function.px-get-parameter.php">px_get_parameter</a> — Gets a parameter</li><li><a href="function.px-get-record.php">px_get_record</a> — Returns record of paradox database</li><li><a href="function.px-get-schema.php">px_get_schema</a> — Returns the database schema</li><li><a href="function.px-get-value.php">px_get_value</a> — Gets a value</li><li><a href="function.px-insert-record.php">px_insert_record</a> — Inserts record into paradox database</li><li><a href="function.px-new.php">px_new</a> — Create a new paradox object</li><li><a href="function.px-numfields.php">px_numfields</a> — Returns number of fields in a database</li><li><a href="function.px-numrecords.php">px_numrecords</a> — Returns number of records in a database</li><li><a href="function.px-open-fp.php">px_open_fp</a> — Open paradox database</li><li><a href="function.px-put-record.php">px_put_record</a> — Stores record into paradox database</li><li><a href="function.px-retrieve-record.php">px_retrieve_record</a> — Returns record of paradox database</li><li><a href="function.px-set-blob-file.php">px_set_blob_file</a> — Sets the file where blobs are read from</li><li><a href="function.px-set-parameter.php">px_set_parameter</a> — Sets a parameter</li><li><a href="function.px-set-tablename.php">px_set_tablename</a> — Sets the name of a table (deprecated)</li><li><a href="function.px-set-targetencoding.php">px_set_targetencoding</a> — Sets the encoding for character fields (deprecated)</li><li><a href="function.px-set-value.php">px_set_value</a> — Sets a value</li><li><a href="function.px-timestamp2string.php">px_timestamp2string</a> — Converts the timestamp into a string.</li><li><a href="function.px-update-record.php">px_update_record</a> — Updates record in paradox database</li></ul></li></ul></div><?php manual_footer(); ?>