mirror of
https://github.com/php/doc-zh.git
synced 2026-03-24 07:02:15 +01:00
* Update book.xml * Update ini.xml * Update constants.xml * Update examples.xml * Update reference.xml * Update ini.xml * Update ini.xml
49 lines
1.6 KiB
XML
49 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: mowangjuanzi Status: ready -->
|
|
<book xml:id="book.errorfunc" xmlns="http://docbook.org/ns/docbook">
|
|
<?phpdoc extension-membership="core" ?>
|
|
<title>错误处理和日志记录</title>
|
|
<titleabbrev>错误处理</titleabbrev>
|
|
|
|
<preface xml:id="intro.errorfunc">
|
|
&reftitle.intro;
|
|
<para>
|
|
这些是错误处理和日志记录的函数。这些函数允许定义自己的错误处理规则,以及修改错误记录的方式。这样就可以更改和加强错误报告以满足需要。
|
|
</para>
|
|
<para>
|
|
通过日志记录函数,可以将信息直接发送到其他机器、电子邮件(邮件到 pager 网关!)、系统日志等,从而可以有选择的记录和监视应用程序和网站的最重要的部分。
|
|
</para>
|
|
<para>
|
|
错误报告函数允许自定义错误反馈级别和类型,范围从简单的通知到错误时自定义函数返回。
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.errorfunc.setup;
|
|
&reference.errorfunc.constants;
|
|
&reference.errorfunc.examples;
|
|
&reference.errorfunc.reference;
|
|
|
|
</book>
|
|
|
|
<!-- 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
|
|
-->
|