mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
[APIS-558][PHP]some bug about document
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330916 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1a88a38c49
commit
7d1c45d1db
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
</para>
|
||||
<para>
|
||||
In CUBRID PHP, auto-commit mode is disabled by default for transaction management.
|
||||
You can set it by using <function>cubrid_set_autocommit()</function>.
|
||||
You can get its status by using <function>cubrid_get_autocommit()</function>. Before you start a transaction,
|
||||
You can set it by using <function>cubrid_set_autocommit</function>.
|
||||
You can get its status by using <function>cubrid_get_autocommit</function>. Before you start a transaction,
|
||||
remember to disable the auto-commit mode.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue