px_put_record

px_put_record

(PECL)

px_put_record -- Stores record into paradox database

Description

bool px_put_record ( resource pxdoc, array record [, int recpos] )

Stores a record into a paradox database. The record is always added at the end of the database, regardless of any free slots. Use px_insert_record() to add a new record into the first free slot found in the database.

Return Values

Returns TRUE on success or FALSE on failure.

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