px_close

px_close -- Close a paradox database

Description

bool px_close (resource pxdoc)

Close the paradox file. This function will not close the file. You will have to call fclose() afterwards.

See also px_open_fp(), the example at px_new().