mysqli.dump-debug-info.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 87 行
HTML
87 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Dump debugging information into the log</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="mysqli.debug.html">mysqli::debug</a></div> <div class="next" style="text-align: right; float: right;"><a href="mysqli.errno.html">mysqli->errno</a></div> <div class="up"><a href="class.mysqli.html">MySQLi</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="mysqli.dump-debug-info" class="refentry"> <div class="refnamediv"> <h1 class="refname">mysqli::dump_debug_info</h1> <h1 class="refname">mysqli_dump_debug_info</h1> <p class="verinfo">(PHP 5)</p><p class="refpurpose"><span class="refname">mysqli::dump_debug_info</span> -- <span class="refname">mysqli_dump_debug_info</span> — <span class="dc-title">Dump debugging information into the log</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <p class="para">Object oriented style (method):</p> <div class="methodsynopsis dc-description"> <span class="type">bool</span> <span class="methodname"><b><b>mysqli::dump_debug_info</b></b></span> ( <span class="methodparam">void</span> )</div> <p class="para rdfs-comment">Procedural style:</p> <div class="methodsynopsis dc-description"> <span class="type">bool</span> <span class="methodname"><b><b>mysqli_dump_debug_info</b></b></span> ( <span class="methodparam"><span class="type"><a href="class.mysqli.html" class="type mysqli">mysqli</a></span> <tt class="parameter">$link</tt></span> )</div> <p class="para rdfs-comment"> This function is designed to be executed by an user with the SUPER privilege and is used to dump debugging information into the log for the MySQL Server relating to the connection. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt><span class="term"><i><tt class="parameter">link</tt></i></span><dd><p class="para">Procedural style only: A link identifierreturned by <a href="mysqli.connect.html" class="function">mysqli_connect()</a> or <a href="mysqli.init.html" class="function">mysqli_init()</a></p></dd></dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> Returns <b><tt>TRUE</tt></b> on success or <b><tt>FALSE</tt></b> on failure. </p> </div> <div class="refsect1 seealso"> <h3 class="title">See Also</h3> <p class="para"> <ul class="simplelist"> <li class="member"><a href="mysqli.debug.html" class="function" rel="rdfs-seeAlso">mysqli_debug()</a></li> </ul> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="mysqli.debug.html">mysqli::debug</a></div> <div class="next" style="text-align: right; float: right;"><a href="mysqli.errno.html">mysqli->errno</a></div> <div class="up"><a href="class.mysqli.html">MySQLi</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?