Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10602

php-manual-en-5.5.7-1.mga4.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>Error Handling Functions</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="errorfunc.examples.html">Examples</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.debug-backtrace.html">debug_backtrace</a></div>
 <div class="up"><a href="book.errorfunc.html">Error Handling</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ref.errorfunc" class="reference">
 <h1 class="title">Error Handling Functions</h1>
 <div class="partintro">
  <h1 class="title">See Also</h1>
   <p class="para">
    See also  <span class="function"><a href="function.syslog.html" class="function">syslog()</a></span>.
   </p>
 </div>

 







  



























































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.debug-backtrace.html">debug_backtrace</a> — Generates a backtrace</li><li><a href="function.debug-print-backtrace.html">debug_print_backtrace</a> — Prints a backtrace</li><li><a href="function.error-get-last.html">error_get_last</a> — Get the last occurred error</li><li><a href="function.error-log.html">error_log</a> — Send an error message to the defined error handling routines</li><li><a href="function.error-reporting.html">error_reporting</a> — Sets which PHP errors are reported</li><li><a href="function.restore-error-handler.html">restore_error_handler</a> — Restores the previous error handler function</li><li><a href="function.restore-exception-handler.html">restore_exception_handler</a> — Restores the previously defined exception handler function</li><li><a href="function.set-error-handler.html">set_error_handler</a> — Sets a user-defined error handler function</li><li><a href="function.set-exception-handler.html">set_exception_handler</a> — Sets a user-defined exception handler function</li><li><a href="function.trigger-error.html">trigger_error</a> — Generates a user-level error/warning/notice message</li><li><a href="function.user-error.html">user_error</a> — Alias of trigger_error</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="errorfunc.examples.html">Examples</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.debug-backtrace.html">debug_backtrace</a></div>
 <div class="up"><a href="book.errorfunc.html">Error Handling</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>