function.restore-exception-handler.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 63 行

HTML
63
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Restores the previously defined exception handler function</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="function.restore-error-handler.html">restore_error_handler</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.set-error-handler.html">set_error_handler</a></div> <div class="up"><a href="ref.errorfunc.html">Error Handling Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.restore-exception-handler" class="refentry"> <div class="refnamediv">  <h1 class="refname">restore_exception_handler</h1>  <p class="verinfo">(PHP 5)</p><p class="refpurpose"><span class="refname">restore_exception_handler</span> &mdash; <span class="dc-title">   Restores the previously defined exception handler function  </span></p> </div> <div class="refsect1 description">  <h3 class="title">Description</h3>  <div class="methodsynopsis dc-description">   <span class="type">bool</span> <span class="methodname"><b><b>restore_exception_handler</b></b></span>    ( <span class="methodparam">void</span>   )</div>  <p class="para rdfs-comment">   Used after changing the exception handler function using   <a href="function.set-exception-handler.html" class="function">set_exception_handler()</a>, to revert to the previous   exception handler (which could be the built-in or a user defined   function).  </p> </div> <div class="refsect1 returnvalues">  <h3 class="title">Return Values</h3>  <p class="para">   This function always returns <b><tt>TRUE</tt></b>.  </p> </div>   <div class="refsect1 seealso">  <h3 class="title">See Also</h3>  <p class="para">   <ul class="simplelist">    <li class="member"><a href="function.set-exception-handler.html" class="function" rel="rdfs-seeAlso">set_exception_handler()</a></li>    <li class="member"><a href="function.set-error-handler.html" class="function" rel="rdfs-seeAlso">set_error_handler()</a></li>    <li class="member"><a href="function.restore-error-handler.html" class="function" rel="rdfs-seeAlso">restore_error_handler()</a></li>    <li class="member"><a href="function.error-reporting.html" class="function" rel="rdfs-seeAlso">error_reporting()</a></li>   </ul>  </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.restore-error-handler.html">restore_error_handler</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.set-error-handler.html">set_error_handler</a></div> <div class="up"><a href="ref.errorfunc.html">Error Handling Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?