uTools-Manuals/docs/php/oci_internal_debug.html
2019-04-08 23:22:26 +08:00

35 lines
1.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>打开或关闭内部调试输出</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.oci-internal-debug" class="refentry">
<div class="refnamediv">
<h1 class="refname">oci_internal_debug</h1>
<p class="verinfo">(PHP 5, PHP 7, PECL OCI8 &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">oci_internal_debug</span> &mdash; <span class="dc-title">打开或关闭内部调试输出</span></p>
</div>
<div class="refsect1 unknown-notet" id="refsect1-function.oci-internal-debug-unknown-notet">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>oci_internal_debug</strong></span>
( <span class="methodparam"><span class="type">int</span> <code class="parameter">$onoff</code></span>
) : <span class="type"><span class="type void">void</span></span></div>
<p class="para rdfs-comment">
<span class="function"><strong>oci_internal_debug()</strong></span>
打开或关闭内部调试输出。设置 <code class="parameter">onoff</code>
为 0 关闭调试输出,为 1 则打开。
</p>
<blockquote class="note"><p><strong class="note">Note</strong>:
<p class="para">
在 PHP 5.0.0 之前的版本必须使用 <span class="function"><a href="ociinternaldebug.html" class="function">ociinternaldebug()</a></span>
替代本函数。该函数名仍然可用,为向下兼容作为
<span class="function"><strong>oci_internal_debug()</strong></span> 的别名。不过其已被废弃,不推荐使用。
</p>
</p></blockquote>
</div>
</div></div></div></body></html>