px_insert_record

(PECL)

px_insert_record -- Inserts record into paradox database

Descripción

int px_insert_record ( resource pxdoc, array data )

Lista de parámetros

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.

Nota: This function is only available if pxlib >= 0.6.0 is used.

Valores retornados

Returns FALSE on failure or the record number in case of success.