<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.errorfunc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.restore-error-handler.php',
    1 => 'restore_error_handler',
    2 => 'Ripristina la precedente funzione di gestione dell\'errore',
  ),
  'up' => 
  array (
    0 => 'ref.errorfunc.php',
    1 => 'Error Handling Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.get-exception-handler.php',
    1 => 'get_exception_handler',
  ),
  'next' => 
  array (
    0 => 'function.restore-exception-handler.php',
    1 => 'restore_exception_handler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/errorfunc/functions/restore-error-handler.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.restore-error-handler" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">restore_error_handler</h1>
    <p class="verinfo">(PHP 4 &gt;= 4.0.1, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">restore_error_handler</span> &mdash; <span class="dc-title">
     Ripristina la precedente funzione di gestione dell&#039;errore
    </span></p>

   </div>
   <div class="refsect1 unknown-22" id="refsect1-function.restore-error-handler-unknown-22">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>restore_error_handler</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

    <p class="para rdfs-comment">
     Utilizzata dopo la modifica della funzione di gestione degli errori con
     <span class="function"><a href="function.set-error-handler.php" class="function">set_error_handler()</a></span>, per ripristinare la precedente
     modalità di gestione (che può essere quella di configurazione o una 
     definita dall&#039;utente).
    </p>
    <p class="para">
     Vedere anche <span class="function"><a href="function.error-reporting.php" class="function">error_reporting()</a></span>,
     <span class="function"><a href="function.set-error-handler.php" class="function">set_error_handler()</a></span>,
     <span class="function"><a href="function.trigger-error.php" class="function">trigger_error()</a></span>, <span class="function"><a href="function.user-error.php" class="function">user_error()</a></span>
    </p>
   </div>

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