<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.errorfunc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.errorfunc.php',
    1 => 'Функції Обробки Помилок',
    2 => 'Функції Обробки Помилок',
  ),
  'up' => 
  array (
    0 => 'book.errorfunc.php',
    1 => 'Error Handling',
  ),
  'prev' => 
  array (
    0 => 'errorfunc.examples.php',
    1 => 'Приклади',
  ),
  'next' => 
  array (
    0 => 'function.debug-backtrace.php',
    1 => 'debug_backtrace',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/errorfunc/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.errorfunc.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.errorfunc" class="reference">
 <h1 class="title">Функції Обробки Помилок</h1>
 <div class="partintro">
  <h1 class="title">Прогляньте також</h1>
   <p class="para">
    Прогляньте також <span class="function"><a href="function.syslog.php" class="function">syslog()</a></span>.
   </p>
 </div>

 






  

































































<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="function.debug-backtrace.php">debug_backtrace</a> — Generates a backtrace</li><li><a href="function.debug-print-backtrace.php">debug_print_backtrace</a> — Prints a backtrace</li><li><a href="function.error-clear-last.php">error_clear_last</a> — Clear the most recent error</li><li><a href="function.error-get-last.php">error_get_last</a> — Get the last occurred error</li><li><a href="function.error-log.php">error_log</a> — Send an error message to the defined error handling routines</li><li><a href="function.error-reporting.php">error_reporting</a> — Sets which PHP errors are reported</li><li><a href="function.get-error-handler.php">get_error_handler</a> — Gets the user-defined error handler function</li><li><a href="function.get-exception-handler.php">get_exception_handler</a> — Gets the user-defined exception handler function</li><li><a href="function.restore-error-handler.php">restore_error_handler</a> — Restores the previous error handler function</li><li><a href="function.restore-exception-handler.php">restore_exception_handler</a> — Restores the previously defined exception handler function</li><li><a href="function.set-error-handler.php">set_error_handler</a> — Sets a user-defined error handler function</li><li><a href="function.set-exception-handler.php">set_exception_handler</a> — Sets a user-defined exception handler function</li><li><a href="function.trigger-error.php">trigger_error</a> — Generates a user-level error/warning/notice message</li><li><a href="function.user-error.php">user_error</a> — Псевдонім trigger_error</li></ul>
</div>
<?php manual_footer($setup); ?>