px_new

px_new -- Create a new paradox object

Description

resource px_new (void )

Create a new paradox object. You will have to call this function before any further functions. px_new() does not create any file on the disk, it justs creates an instance of a paradox object. Returns FALSE on failure.

If you prefer the object oriented API, then the above example will look like the following.

See also px_open_fp(), px_delete().