mysqli_commit

(PHP 5 CVS only)

mysqli_commit -- Commits the current transaction

Description

bool mysqli_commit ( resource link)

Commits the current transaction for the database specified by the link parameter.

See also mysqli_autocommit(), mysqli_rollback().