Don't forget to add "extension=paradox.so" to your php.ini
CXVII. Paradox File Access简介
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.
需求You 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. 安装安装此 PECL 扩展库的信息可在手册中标题为 PECL 扩展库安装的一章中找到。 更多信息如新版本,下载,源文件,维护者信息以及更新日志等可以在这里找到: 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. 运行时配置本扩展模块在 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. 表 1. Methods of class paradox_db
预定义常量以下常量由本扩展模块定义,因此只有在本扩展模块被编译到 PHP 中,或者在运行时被动态加载后才有效。 The following two tables lists all constants defined by the paradox extension. 表 2. Contants for field types
表 3. Contants for file types
22-Dec-2006 08:25
Don't forget to add "extension=paradox.so" to your php.ini
john dot navratil at sbcglobal dot net
22-Dec-2006 04:06
Some difficulties were encountered installing this extension on php 5.1.6. 're2c' was not found. On Fedora Core 5, php 5.1.6, I had to... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||