From 24442537b8f37413e36f4c1886ac417cd0e947a6 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Fri, 24 Nov 2000 05:58:53 +0000 Subject: [PATCH] as per errata. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36551 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/errorfunc.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/functions/errorfunc.xml b/functions/errorfunc.xml index bcb5484dbb..bcb6a538e4 100644 --- a/functions/errorfunc.xml +++ b/functions/errorfunc.xml @@ -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 - (set_error_handler). This function is useful when + (set_error_handler). It only works with the E_USER + family of constants, and will default to E_USER_NOTICE. + + + This function is useful when you need to generate a particular response to an exception at runtime. For example: