px_put_record
(PECL paradox >= 1.0.0)
px_put_record — Stores record into paradox database
Описание
bool px_put_record
( resource $pxdoc
, array $record
[, int $recpos= -1
] )
Список параметров
-
pxdoc
-
Resource identifier of the paradox database
as returned by px_new().
-
record
-
Associated or indexed array containing the field values as e.g.
returned by px_retrieve_record().
-
recpos
-
This optional parameter may be used to specify a record number
greater than the current number of records in the database. The
function will add as many empty records as needed. There is hardly
any need for this parameter.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.