px_insert_recordpx_insert_record (PECL) px_insert_record -- Inserts record into paradox database Descriptionint px_insert_record ( resource pxdoc, array data ) Parameters
- pxdoc
Resource identifier of the paradox database.
- data
Associated array containing the field values as returned by
px_retrieve_record().
This function inserts a new record into the database. The record
is stored into the first free slot found in the database.
Note:
This function is only available if pxlib >= 0.6.0 is used.
Return Values
Returns FALSE on failure or the record number in case of success.
|