reference/pdo/pdo/commit.xml
661e6858acade9f5a08fc8f9c07b605f42f4a700
...
...
@@ -10,17 +10,22 @@
10
10

11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
-
<methodsynopsis>
13
+
<methodsynopsis role="PDO">
14
14
<modifier>public</modifier> <type>bool</type><methodname>PDO::commit</methodname>
15
15
<void/>
16
16
</methodsynopsis>
17
17
<para>
18
18
Commits a transaction, returning the database connection to autocommit
19
-
mode until the next call to <function>PDO::beginTransaction</function>
19
+
mode until the next call to <methodname>PDO::beginTransaction</methodname>
20
20
starts a new transaction.
21
21
</para>
22
22
</refsect1>
23
23

24
+
<refsect1 role="parameters">
25
+
&reftitle.parameters;
26
+
&no.function.parameters;
27
+
</refsect1>
28
+

24
29
<refsect1 role="returnvalues">
25
30
&reftitle.returnvalues;
26
31
<para>
...
...
@@ -106,8 +111,8 @@ $dbh->commit();
106
111
&reftitle.seealso;
107
112
<para>
108
113
<simplelist>
109
-
<member><function>PDO::beginTransaction</function></member>
110
-
<member><function>PDO::rollBack</function></member>
114
+
<member><methodname>PDO::beginTransaction</methodname></member>
115
+
<member><methodname>PDO::rollBack</methodname></member>
111
116
<member><link linkend="pdo.transactions">Transactions and auto-commit</link></member>
112
117
</simplelist>
113
118
</para>
...
...
@@ -115,7 +120,6 @@ $dbh->commit();
115
120

116
121

117
122
</refentry>
118
-

119
123
<!-- Keep this comment at the end of the file
120
124
Local variables:
121
125
mode: sgml
122
126