When using this funtion, be sure to clear your internal error buffer. If you dn't and you are using this in a long running process, you may find that all your memory is used up.
![]() |
|
||||||||||
|
libxml_use_internal_errors(PHP 5 >= 5.1.0RC1) libxml_use_internal_errors -- Disable libxml errors and allow user to fetch error information as neededОписаниеbool libxml_use_internal_errors ( [bool use_errors] )libxml_use_internal_errors() allows you to disable standard libxml errors and enable user error handling. Примеры
libxml_use_internal_errors
B Crawford
03-Oct-2007 06:22
When using this funtion, be sure to clear your internal error buffer. If you dn't and you are using this in a long running process, you may find that all your memory is used up.
|