oci_close

(PHP 5)

oci_close -- 关闭 Oracle 连接

说明

bool oci_close ( resource connection )

oci_close() 将 Oracle 连接 connection 关闭。

注: 自版本 1.1 起 oci_close() 正确关闭 Oracle 连接。使用 oci8.old_oci_close_semantics 选项来恢复本函数的旧行为。

如果成功则返回 TRUE,失败则返回 FALSE

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


add a note add a note User Contributed Notes
There are no user contributed notes for this page.