php man page for px_open_fp

Query: px_open_fp

OS: php

Section: 3

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

PX_OPEN_FP(3)															     PX_OPEN_FP(3)

px_open_fp - Open paradox database

SYNOPSIS
bool px_open_fp (resource $pxdoc, resource $file)
DESCRIPTION
Open an existing paradox database file. The actual file has to be opened before with fopen(3). This function can also be used to open pri- mary index files and tread them like a paradox database. This is supported for those who would like to investigate a primary index. It can- not be used to accelerate access to a database file.
PARAMETERS
o $pxdoc - Resource identifier of the paradox database as returned by px_new(3). o $file -$file is the return value from fopen(3) with the actual database file as parameter. Make sure the database is writable if you plan to update or insert records.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
fopen(3), The example at px_new(3). PHP Documentation Group PX_OPEN_FP(3)
Related Man Pages
px_date2string(3) - debian
px_set_blob_file(3) - debian
px_time2string(3) - debian
px_insert_record(3) - php
px_timestamp2string(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch