• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • oci_internal_debug()

    (PHP 5, PHP 7, PECL OCI8 >= 1.1.0)

    打开或关闭内部调试输出

    说明

    oci_internal_debug(int $onoff): void

    oci_internal_debug()打开或关闭内部调试输出。设置$onoff为 0 关闭调试输出,为 1 则打开。

    Note:

    在 PHP 5.0.0 之前的版本必须使用ociinternaldebug()替代本函数。该函数名仍然可用,为向下兼容作为oci_internal_debug()的别名。不过其已被废弃,不推荐使用。

    With PHP 5.6, oci_internal_debug() is a no-op, as documented on http://php.net/manual/de/migration56.extensions.php