WS and typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78673 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-04-18 17:15:50 +00:00
parent ce2e02e8b4
commit a16595e93e

View file

@ -1,19 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-autocommit">
<refnamediv>
<refname>fbsql_autocommit</refname>
<refpurpose>Enable or disable autocommit.</refpurpose>
<refpurpose>Enable or disable autocommit</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>fbsql_autocommit</methodname>
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>
OnOff
</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>OnOff</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_autocommit</function> returns the current
@ -25,8 +23,8 @@
the transaction using either <function>fbsql_commit</function> or
<function>fbsql_rollback</function>.
</para>
<para> See also:
<function>fbsql_commit</function> and
<para>
See also: <function>fbsql_commit</function> and
<function>fbsql_rollback</function>
</para>
</refsect1>