<?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-exception-handler.php',
    1 => 'restore_exception_handler',
    2 => 'Ripristina la funzione di gestione delle eccezioni definita in precedenza',
  ),
  'up' => 
  array (
    0 => 'ref.errorfunc.php',
    1 => 'Error Handling Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.restore-error-handler.php',
    1 => 'restore_error_handler',
  ),
  'next' => 
  array (
    0 => 'function.set-error-handler.php',
    1 => 'set_error_handler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/errorfunc/functions/restore-exception-handler.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.restore-exception-handler" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">restore_exception_handler</h1>
    <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">restore_exception_handler</span> &mdash; <span class="dc-title">
     Ripristina la funzione di gestione delle eccezioni definita in precedenza
    </span></p>

   </div>
   <div class="refsect1 unknown-25" id="refsect1-function.restore-exception-handler-unknown-25">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>restore_exception_handler</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

    <p class="para rdfs-comment">
     Utilizzata, dopo aver cambiato la funzione di gestione delle eccezioni
     con il comando <span class="function"><a href="function.set-exception-handler.php" class="function">set_exception_handler()</a></span>, per tornare al gestore delle eccezioni 
     precedente (che potrebbe essere la funzione incorporata o una funzione 
     definita dall&#039;utente). Questa funzione restituisce sempre <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>.
    </p>
    <p class="para">
     Vedere anche
     <span class="function"><a href="function.set-exception-handler.php" class="function">set_exception_handler()</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.restore-error-handler.php" class="function">restore_error_handler()</a></span>
     <span class="function"><a href="function.error-reporting.php" class="function">error_reporting()</a></span>
    </p>
   </div>

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