|
PHP5中文手册
sesam_commit(No version information available, might be only in CVS) sesam_commit — Commit pending updates to the SESAM database 说明
bool sesam_commit
( void
)
Commits any pending updates to the database. Note that there is no "auto-commit" feature as in other databases, as it could lead to accidental data loss. Uncommitted data at the end of the current script (or when calling sesam_disconnect()) will be discarded by an implied sesam_rollback() call. 返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Committing an update to the SESAM database
<?php |