mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix oop refname and description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299170 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1f9c7cf094
commit
1393ef129a
1 changed files with 6 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.maxdb-rollback">
|
||||
<refnamediv>
|
||||
<refname>maxdb_rollback</refname>
|
||||
<refname>maxdb->rollback</refname>
|
||||
<refname>maxdb::rollback</refname>
|
||||
<refpurpose>Rolls back current transaction</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
@ -14,14 +14,11 @@
|
|||
<type>bool</type><methodname>maxdb_rollback</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>maxdb</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>bool</type>
|
||||
<methodname>rollback</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>maxdb::rollback</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Rollbacks the current transaction for the database specified by the
|
||||
<parameter>link</parameter> parameter.
|
||||
|
|
Loading…
Reference in a new issue