|
dbase_packPacks a database Description
bool dbase_pack
( resource
$dbase_identifier
)Packs the specified database by permanently deleting all records marked for deletion using dbase_delete_record. Note that the file will be truncated after successful packing (contrary to dBASE III's PACK command). Parameters
Return Values
Returns Changelog
Examples
Example #1 Emptying a dBase database
<?php See Also
|