| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_commit(PECL CUBRID >= 8.3.0) cubrid_commit — Commit a transaction 説明
bool cubrid_commit
( resource
$conn_identifier )
The cubrid_commit() function is used to execute commit
on the transaction pointed by In CUBRID PHP, auto-commit mode is disabled by default for transaction management. You can set it by using cubrid_set_autocommit(). You can get its status by using cubrid_get_autocommit(). Before you start a transaction, remember to disable the auto-commit mode. パラメータ
返り値
例例1 cubrid_commit() example
<?php 上の例の出力は以下となります。 P01 Abatis Publishers New York NY USA P02 Core Dump Books San Francisco CA USA P03 Schadenfreude Press Hamburg Germany P04 Tenterhooks Press Berkeley CA USA 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_commit - Commit a transaction」をGoogle検索
|