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 databaseSYNOPSISbool px_open_fp (resource $pxdoc, resource $file)DESCRIPTIONOpen 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.PARAMETERSo $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 VALUESReturns TRUE on success or FALSE on failure.SEE ALSOfopen(3), The example at px_new(3). PHP Documentation Group PX_OPEN_FP(3)
Related Man Pages |
---|
px_close(3) - debian |
px_create_fp(3) - debian |
px_retrieve_record(3) - php |
px_create_fp(3) - php |
px_date2string(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Rules for Homework & Coursework Questions Forum |
Forum Video Tutorial: How to Use Code Tags |
Denial Of Service Attack Update |