px_delete_record
(PECL paradox:1.4.0-1.4.1)
px_delete_record — Deletes record from paradox database
Description
bool px_delete_record ( resource $pxdoc , int $num )
Note: This function is only available if pxlib >= 0.6.0 is used.
Parameters
- pxdoc
-
Resource identifier of the paradox database as returned by px_new().
- num
-
The record number is an artificial number counting records in the order as they are stored in the database. The first record has number 0.