px_delete_record
(PECL paradox >= 1.4.0)
px_delete_record — Deletes record from paradox database
Описание
bool px_delete_record
( resource $pxdoc
, int $num
)
Замечание:
This function is only available if pxlib >= 0.6.0 is used.
Список параметров
-
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.