oci_unregister_taf_callback

Unregister a user-defined callback function for Oracle Database TAF

Description

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.

Parameters

connection

An Oracle connection identifier.

Return Values

Returns true on success or false on failure.

See Also

  • oci_register_taf_callback