mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
as per errata.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36551 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4c66e75867
commit
24442537b8
1 changed files with 5 additions and 1 deletions
|
@ -490,7 +490,11 @@ Aborting...<br>
|
|||
Used to trigger a user error condition, it can be used by in conjunction
|
||||
with the built-in error handler, or with a user defined function that has
|
||||
been set as the new error handler
|
||||
(<function>set_error_handler</function>). This function is useful when
|
||||
(<function>set_error_handler</function>). It only works with the E_USER
|
||||
family of constants, and will default to <constant>E_USER_NOTICE</constant>.
|
||||
</para>
|
||||
<para>
|
||||
This function is useful when
|
||||
you need to generate a particular response to an exception at runtime.
|
||||
For example:
|
||||
<informalexample>
|
||||
|
|
Loading…
Reference in a new issue