php man page for px_put_record

Query: px_put_record

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PX_PUT_RECORD(3)														  PX_PUT_RECORD(3)

px_put_record - Stores record into paradox database

SYNOPSIS
bool px_put_record (resource $pxdoc, array $record, [int $recpos = -1])
DESCRIPTION
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(3) to add a new record into the first free slot found in the database.
PARAMETERS
o $pxdoc - Resource identifier of the paradox database as returned by px_new(3). o $record - Associated or indexed array containing the field values as e.g. returned by px_retrieve_record(3). o $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.
RETURN VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group PX_PUT_RECORD(3)
Related Man Pages
dbase_replace_record(3) - php
px_get_info(3) - php
px_get_record(3) - php
px_insert_record(3) - php
px_timestamp2string(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!