mirror of
https://github.com/php/doc-it.git
synced 2026-03-24 23:52:12 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@313948 c90b9560-bf6c-de11-be94-00142212c4b1
55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- splitted from ./it/functions/errorfunc.xml, last change in rev 1.1 -->
|
|
<!-- last change to 'restore-exception-handler' in en/ tree in rev 1.1 -->
|
|
<!-- EN-Revision: n/a Maintainer: pulici Status: ready -->
|
|
<!-- OLD-Revision: 1.27/EN.1.1 -->
|
|
<refentry xml:id="function.restore-exception-handler" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>restore_exception_handler</refname>
|
|
<refpurpose>
|
|
Ripristina la funzione di gestione delle eccezioni definita in precedenza
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>bool</type><methodname>restore_exception_handler</methodname>
|
|
<void/>
|
|
</methodsynopsis>
|
|
<para>
|
|
Utilizzata, dopo aver cambiato la funzione di gestione delle eccezioni
|
|
con il comando <function>set_exception_handler</function>, per tornare al gestore delle eccezioni
|
|
precedente (che potrebbe essere la funzione incorporata o una funzione
|
|
definita dall'utente). Questa funzione restituisce sempre &true;.
|
|
</para>
|
|
<para>
|
|
Vedere anche
|
|
<function>set_exception_handler</function>,
|
|
<function>set_error_handler</function>,
|
|
<function>restore_error_handler</function>
|
|
<function>error_reporting</function>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|