(PECL paradox >= 1.0.0)
Create a new paradox database
bool px_create_fp ( resource $pxdoc, resource $file, array $fielddesc )
Create a new paradox database file. The actual file has to be opened before with fopen(). Make sure the file is writable.
Note:
Calling this functions issues a warning about an empty tablename which can be safely ignored. Just set the tablename afterwards with px_set_parameter().
Note:
This f