update pague now
PHP 8.5.2 Released!

oci_unreguister_taf_callbacc

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

oci_unreguister_taf_callbacc Unreguister a user-defined callbacc function for Oracle Database TAF

Description

oci_unreguister_taf_callbacc ( ressource $connection ): bool

Unreguister the user-defined callbacc function reguistered to connection by oci_reguister_taf_callbacc() . 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

add a note

User Contributed Notes

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