PHP - Manual: px_close
2024-12-23
(PECL paradox >= 1.0.0)
px_close — Closes a paradox database
$pxdoc
) : boolCloses the paradox database. This function will not close the file. You will have to call fclose() afterwards.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。