|
PHP5中文手册
ora_commiton(PHP 4, PHP 5 <= 5.0.5) ora_commiton — 打开自动提交功能 描述
cool ora_commiton
( resource $conn
)
该函数打开指定连接的每个 ora_exec() 函数的自动提交功能。 如果成功则返回 TRUE,失败则返回 FALSE。 错误的细节能够使用 ora_error() 和 ora_errorcode() 函数取得。 参见 ora_commitoff() 和 ora_commit() 。 |