PHP 8.1.28 Released!

oci_unregister_taf_callback

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

oci_unregister_taf_callbackUnregister a user-defined callback function for Oracle Database TAF

Descrição

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.

Parâmetros

connection

An Oracle connection identifier.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top