From 9281c48d865ac4934a62c01e11b2887dd1e5ad1e Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 15 Feb 2005 13:47:10 +0000 Subject: [PATCH] start writing libxml docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179834 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/libxml-use-internal-errors.xml | 57 +++++++++++-------- 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/reference/libxml/functions/libxml-use-internal-errors.xml b/reference/libxml/functions/libxml-use-internal-errors.xml index 21aa845c87..201e43a214 100755 --- a/reference/libxml/functions/libxml-use-internal-errors.xml +++ b/reference/libxml/functions/libxml-use-internal-errors.xml @@ -1,5 +1,5 @@ - + libxml_use_internal_errors @@ -10,13 +10,15 @@ &reftitle.description; - voidlibxml_use_internal_errors - booleanuse_errors + boollibxml_use_internal_errors + booluse_errors - - &warn.undocumented.func; - + + libxml_use_internal_errors allows you to disable + standard libxml errors and enable user error handling. + + &reftitle.parameters; @@ -25,66 +27,71 @@ use_errors - Its description + Whether to enable user error handling. Defaults to &false;. + &reftitle.returnvalues; - What the function returns, first on success, then on failure. See - also the &return.success; entity + This function returns the previous value of + use_errors. - - - - -