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()