PHP » PYTHON |
login |
register |
about
|
mysqli::commitmysqli_commit(PHP 5) mysqli::commit -- mysqli_commit — Commits the current transaction DescriptionObject oriented style (method)
bool mysqli::commit
( void
)
Procedural style: Commits the current transaction for the database connection. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 Object oriented style
<?php
Example #2 Procedural style
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|