uTools-Manuals/docs/php/phpdbg_clear.html
2019-04-28 19:00:34 +08:00

57 lines
2.6 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>Clears all breakpoints</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.phpdbg-clear" class="refentry">
<div class="refnamediv">
<h1 class="refname">phpdbg_clear</h1>
<p class="verinfo">(PHP 5 &gt;= 5.6.0, PHP 7)</p><p class="refpurpose"><span class="refname">phpdbg_clear</span> &mdash; <span class="dc-title">Clears all breakpoints</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.phpdbg-clear-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>phpdbg_clear</strong></span>
( <span class="methodparam">void</span>
) : <span class="type"><span class="type void">void</span></span></div>
<p class="para rdfs-comment">
Clear all breakpoints that have been set, either via one of the
<span class="function"><strong>phpdbg_break_*()</strong></span> functions or interactively in the console.
</p>
<div class="warning"><strong class="warning">Warning</strong><p class="simpara">本函数还未编写文档,仅有参数列表。</p></div>
</div>
<div class="refsect1 parameters" id="refsect1-function.phpdbg-clear-parameters">
<h3 class="title">参数</h3>
<p class="para">此函数没有参数。</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.phpdbg-clear-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
没有返回值。
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.phpdbg-clear-seealso">
<h3 class="title">参见</h3>
<ul class="simplelist">
<li class="member"><span class="function"><a href="phpdbg_break_file.html" class="function" rel="rdfs-seeAlso">phpdbg_break_file()</a> - Inserts a breakpoint at a line in a file</span></li>
<li class="member"><span class="function"><a href="phpdbg_break_function.html" class="function" rel="rdfs-seeAlso">phpdbg_break_function()</a> - Inserts a breakpoint at entry to a function</span></li>
<li class="member"><span class="function"><a href="phpdbg_break_method.html" class="function" rel="rdfs-seeAlso">phpdbg_break_method()</a> - Inserts a breakpoint at entry to a method</span></li>
<li class="member"><span class="function"><a href="phpdbg_break_next.html" class="function" rel="rdfs-seeAlso">phpdbg_break_next()</a> - Inserts a breakpoint at the next opcode</span></li>
</ul>
</div>
</div></div></div></body></html>