<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.phpdbg.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.phpdbg-clear.php',
    1 => 'phpdbg_clear',
    2 => 'Clears all breakpoints',
  ),
  'up' => 
  array (
    0 => 'ref.phpdbg.php',
    1 => 'phpdbg 函数',
  ),
  'prev' => 
  array (
    0 => 'function.phpdbg-break-next.php',
    1 => 'phpdbg_break_next',
  ),
  'next' => 
  array (
    0 => 'function.phpdbg-color.php',
    1 => 'phpdbg_color',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/phpdbg/functions/phpdbg-clear.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<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, PHP 8)</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="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   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>


 <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="simpara">
   没有返回值。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.phpdbg-clear-seealso">
  <h3 class="title">参见</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.phpdbg-break-file.php" class="function" rel="rdfs-seeAlso">phpdbg_break_file()</a> - Inserts a breakpoint at a line in a file</span></li>
   <li><span class="function"><a href="function.phpdbg-break-function.php" class="function" rel="rdfs-seeAlso">phpdbg_break_function()</a> - Inserts a breakpoint at entry to a function</span></li>
   <li><span class="function"><a href="function.phpdbg-break-method.php" class="function" rel="rdfs-seeAlso">phpdbg_break_method()</a> - Inserts a breakpoint at entry to a method</span></li>
   <li><span class="function"><a href="function.phpdbg-break-next.php" class="function" rel="rdfs-seeAlso">phpdbg_break_next()</a> - Inserts a breakpoint at the next opcode</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>