PHP HandbuchCXVII. Paradox File AccessEinführung
This module allows to read and write Paradox databases, primary index files and blob files. Write support has been proven to be quite reliable, though due to lack of documentation the produced files may not in any case be readable by other applications. Encrypted databases can be read without specifying a password if pxlib >= 0.5.0 is used.
AnforderungenYou need at least PHP 5.0.0 and pxlib >= 0.4.4 for the basic set of functions. Some newer functions are only available with pxlib >= 0.6.0. Reading and writing of encrypted databases requires at least pxlib >= 0.5.0. The paradox library (pxlib) is available at http://pxlib.sourceforge.net. InstallationZusätzliche Informationen, wie neue Releases, Downloads Quelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: http://pecl.php.netparadox Make sure you have pxlib installed before. If you install pxlib from an rpm or debian package, do not forget to install the development package as well. Laufzeit KonfigurationDiese Erweiterung definiert keine Konfigurationseinstellungen in der php.ini. Object oriented APIThe paradox extension provides also an object oriented API. It consists of only one class called paradox_db. Its methods only differ from the functions in its name and of course the missing first parameter. The following table will list all methods and its equivalent functions. Tabelle 1. Methods of class paradox_db
Resource Typenpx_new() creates a new Paradox object required by all Paradox functions. Vordefinierte KonstantenFolgende Konstanten werden von dieser Erweiterung definiert und stehen nur zur Verfügung, wenn die Erweiterung entweder statisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. The following two tables lists all constants defined by the paradox extension. Tabelle 2. Contants for field types
Tabelle 3. Contants for file types
|
PHP-Index
Neuzugänge PHP MySQL Tutorials
|
|