Home > PHP > Function > > px_close()

px_close()

px_close - Closes a paradox database

Syntax

bool px_close (resource $pxdoc)

Arguments

  • pxdoc - Resource identifier of the paradox database as returned by px_new().

Description

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

Version

PHP PECL paradox >= 1.0.0

Return value

Returns TRUE on success or FALSE on failure.