GoLang oci_unregister_taf_callback

request it (292)
GoLang replacement for PHP's oci_unregister_taf_callback [edit | history]



Do you know a GoLang replacement for PHP's oci_unregister_taf_callback? Write it!

PHP oci_unregister_taf_callback

PHP original manual for oci_unregister_taf_callback [ show | php.net ]

oci_unregister_taf_callback

(PHP 7.0 >= 7.0.23, PHP 7 >= 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.

Parameters

connection

An Oracle connection identifier.

Return Values

Returns TRUE on success or FALSE on failure.

See Also