mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Aesthetics and more "meat" added to section description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32233 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a8a6741615
commit
f604295b07
1 changed files with 15 additions and 6 deletions
|
@ -1,12 +1,24 @@
|
|||
<reference id="ref.errorfunc">
|
||||
<title>Error Handling and Logging Functions</title>
|
||||
<titleabbrev>Error Handling and Logging</titleabbrev>
|
||||
<titleabbrev>Errors and Logging</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<para>
|
||||
These are functions dealing with error handling and logging. They
|
||||
allow you to define your own error handling rules, as well as the
|
||||
way the errors can be logged.
|
||||
allow you to define your own error handling rules, as well as modify
|
||||
the way the errors can be logged. This allows you to change and
|
||||
enhance error reporting to suit your needs.
|
||||
</para>
|
||||
<para>
|
||||
With the logging functions, you can send messages directly to other
|
||||
machines, to an email (or email to pager gateway!), to system logs,
|
||||
etc., so you can selectively log and monitor the most important parts
|
||||
of your applications and websites.
|
||||
</para>
|
||||
<para>
|
||||
The error reporting functions allow you to customize what level and
|
||||
kind of error feedback is given, ranging from simple notices to customized
|
||||
functions returned during errors.
|
||||
</para>
|
||||
</partintro>
|
||||
|
||||
|
@ -252,9 +264,6 @@ error_reporting(E_ALL); // New syntax for PHP3/4
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
|
||||
|
||||
<refentry id="function.restore-error-handler">
|
||||
<refnamediv>
|
||||
<refname>restore_error_handler</refname>
|
||||
|
|
Loading…
Reference in a new issue