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_default_handler
xml_set_default_handler
Setthedefaulthandler
xml_parser_get_option
xml_parser_get_option
GetoptionsfromXMLpar
xml_parse
xml_parse
StartparsingXMLdocum
utf8_encode
utf8_encode
EncodingISO-8859-1st
xml_get_current_line_number
xml_get_current_line_number
Getthecurrentlinenum
xml_set_character_data_handler
xml_set_character_data_handler
Settingupcharacterda
xml_get_error_code
xml_get_error_code
GetXMLparsererrorcod
xml_set_unparsed_entity_decl_handler
xml_set_unparsed_entity_decl_handler
Setupunresolvedentit
Popular Articles
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?
Use xml_get_error_code and xml_error_string to output detailed XML error messages