mysqli_commit

(PHP 5 CVS only)

mysqli_commit

(no version information, might be only in CVS)

mysqli->commit -- Commits the current transaction

Description

Procedural style:

bool mysqli_commit ( object link)

Object oriented style (method)

class mysqli {

bool commit ( void )

}

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

Return values

Returns TRUE on success or FALSE on failure.

See also

mysqli_autocommit(), mysqli_rollback().