px_insert_record

px_insert_record

(PECL)

px_insert_record -- Inserts record into paradox database

Description

int 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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.