mysqli_commit
(PHP 5)
mysqli_commit(no version information, might be only in CVS)
mysqli->commit -- Commits the current transactionDescription
Procedural style:
bool mysqli_commit ( mysqli link )Object oriented style (method)
class mysqli {bool commit ( void )
}
Commits the current transaction for the database connection specified by the link parameter.
Examples
|
Example 2. Procedural style
|