API17

JDatabaseMySQLi::transactionRollback: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Method to roll back a transaction.  
Method to roll back a transaction.  


{{subst:Description:JDatabaseMySQLi::transactionRollback}}
 


<source lang="php">
<source lang="php">
Line 30: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseMySQLi::transactionRollback|Other versions of JDatabaseMySQLi::transactionRollback]]
* [[API17:JDatabaseMySQLi::transactionRollback|Other versions of JDatabaseMySQLi::transactionRollback]]
{{subst:SeeAlso:JDatabaseMySQLi::transactionRollback}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQLi::transactionRollback
category=JDatabaseMySQLi::transactionRollback
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:42, 25 March 2017

Joomla 11.1 JDatabaseMySQLi::transactionRollback

Description

Method to roll back a transaction.


public function transactionRollback ()
Parameter Type Default Description
  • Returns void
  • Defined on line 582 of libraries/joomla/database/database/mysqli.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples