px_close

(PECL)

px_close -- Closes a paradox database

説明

bool px_close ( resource pxdoc )

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

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

px_open_fp()
another_func()
The example at px_new()