php8.5
Home/ Manual/ oci8 / functions/ oci_unregister_taf_callback

oci_unregister_taf_callback

PHP function Edit on GitHub ✎

(PHP 7.0 >= 7.0.23, PHP 8, PHP 7 >= 7.1.9, PHP 8, PECL OCI8 >= 2.1.7)

Unregister a user-defined callback function for Oracle Database TAF

Description

oci_unregister_taf_callback(resource $connection): bool

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

Success

See Also

Source: reference/oci8/functions/oci-unregister-taf-callback.xml · from the official PHP manual (php/doc-en)