Fonctions OCI8
PHP Manual

oci_unregister_taf_callback

(PHP >= 7.0.23, PHP >= 7.1.9, PHP 7.2, PECL OCI8 >= 2.1.7)

oci_unregister_taf_callbackUnregister 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.

Liste de paramètres

connection

An Oracle connection identifier.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Voir aussi


Fonctions OCI8
PHP Manual