downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

oci_client_version> <oci_bind_by_name
[edit] Last updated: Fri, 17 May 2013

view this page in

oci_cancel

(PHP 5, PECL OCI8 >= 1.1.0)

oci_cancel取消从游标读取数据

说明

bool oci_cancel ( resource $stmt )

oci_cancel() 使一个游标无效,释放所有与之关联的资源并取消了从中读取的能力。

成功时返回 TRUE, 或者在失败时返回 FALSE

在 PHP 5.0.0 之前的版本必须使用 ocicancel() 替代本函数。该函数名仍然可用,为向下兼容作为 oci_cancel() 的别名。不过其已被废弃,不推荐使用。

参数

statement

An OCI statement.

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE



add a note add a note User Contributed Notes oci_cancel - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites