Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
xml_get_error_code
xml_get_error_code
Get XML parser error code
Name:
xml_get_error_code
Category:
XML parser
Programming Language:
php
One-line Description:
Returns the error code from the XML parser.
Related
Why Does the xml_get_error_code Function Sometimes Return 0 Instead of the Actual Error Code? What Is the Reason?
6
Use xml_get_error_code and xml_error_string to output detailed XML error messages
4
How to Properly Clear the XML Error Stack Using xml_get_error_code and libxml_clear_errors?
8
Similar Functions
xml_set_notation_decl_handler
xml_set_notation_decl_handler
Settingupnotationdec
xml_set_processing_instruction_handler
xml_set_processing_instruction_handler
Settingupprocessingi
xml_parse
xml_parse
StartparsingXMLdocum
xml_error_string
xml_error_string
GetXMLparsererrorstr
xml_set_start_namespace_decl_handler
xml_set_start_namespace_decl_handler
Setupthestartupnames
xml_set_default_handler
xml_set_default_handler
Setthedefaulthandler
xml_get_current_line_number
xml_get_current_line_number
Getthecurrentlinenum
utf8_decode
utf8_decode
ConvertISO-8859-1cha
Popular Articles
Use xml_get_error_code and xml_error_string to output detailed XML error messages
How to Properly Clear the XML Error Stack Using xml_get_error_code and libxml_clear_errors?
Why Does the xml_get_error_code Function Sometimes Return 0 Instead of the Actual Error Code? What Is the Reason?