Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 5836

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!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><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.phpdbg-break-next.html">phpdbg_break_next</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.phpdbg-color.html">phpdbg_color</a></div>
 <div class="up"><a href="ref.phpdbg.html">phpdbg Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><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">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><span class="type void">void</span></span> <span class="methodname"><strong>phpdbg_clear</strong></span>
    ( <span class="methodparam">void</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">This function is
currently not documented; only its argument list is available.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.phpdbg-clear-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.phpdbg-clear-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   No value is returned.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.phpdbg-clear-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li class="member"><span class="function"><a href="function.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="function.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="function.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="function.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><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.phpdbg-break-next.html">phpdbg_break_next</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.phpdbg-color.html">phpdbg_color</a></div>
 <div class="up"><a href="ref.phpdbg.html">phpdbg Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>