PHP » GoLang |
login |
register |
about
|
GoLang mysqli::rollback
request it (392)
GoLang replacement for PHP's mysqli::rollback
[edit | history]
mysqli::rollbackmysqli_rollback(PHP 5, PHP 7) mysqli::rollback -- mysqli_rollback — Rolls back current transaction DescriptionObject oriented style
bool mysqli::rollback
([ int
$flags
[, string $name
]] )Procedural style Rollbacks the current transaction for the database. Parameters
Return Values
Returns Changelog
ExamplesExample #1 mysqli::rollback() example Object oriented style
<?php Procedural style
<?php The above examples will output: 0 rows in table myCity. 50 rows in table myCity (after rollback). See Also
|
more
Recently updated
more
Most requested
more
Last requests
|