ociinternaldebug
(PHP 3>= 3.0.4, PHP 4 , PHP 5)
ociinternaldebug -- Enables or disables internal debug output
Description
void
ociinternaldebug ( int onoff)
ociinternaldebug() enables internal debug output. Set onoff to 0 to turn debug output off, 1 to turn it on.
Замечание: This function was renamed to oci_internal_debug() after PHP >= 5.0.0. For downward compatibility ociinternaldebug() can also be used. This is deprecated, however.