PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<ora_columntypeora_commitoff>
Last updated: Mon, 16 Jul 2012

ora_commit

(PHP 3, PHP 4, PHP 5)

ora_commit -- 提交一个 Oracle 事务

描述

bool ora_commit ( resource conn )

该函数提交一个 Oracle 事务。事务的定义如下:当一个连接被建立时或者自动提交被关闭时,或者在某个给定连接的最后一次提交回滚操作时所发生的所有改变。

如果成功则返回 TRUE,失败则返回 FALSE。 错误的细节能够使用 ora_error()ora_errorcode() 函数取得。

参见ora_commiton()ora_commitoff()




<ora_columntypeora_commitoff>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST