oci_unregister_taf_callback

Unregister a user-defined callback function for Oracle Database TAF

説明

bool oci_unregister_taf_callback(resource $connection)

Unregister the user-defined callback function registered to connection by oci_register_taf_callback. See OCI8 Transparent Application Failover (TAF) Support for information.

パラメータ

connection

An Oracle connection identifier.

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

  • oci_register_taf_callback