|
px_create_fpCreate a new paradox database Description
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.
Parameters
Return Values
Returns Examples
Example #1 Creating a Paradox database with two fields
<?php See Also
|