Home > PHP > Function > OCI8 > oci_internal_debug()

oci_internal_debug()

oci_internal_debug - Enables or disables internal debug output

Syntax

oci_internal_debug (bool $onoff)

Arguments

  • onoff - Set this to FALSE to turn debug output off or TRUE to turn it on.

Description

Enables or disables internal debug output.

Version

PHP 5, PECL OCI8 >= 1.1.0

Return value

No value is returned.