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_get_current_byte_index
xml_get_current_byte_index
Getthecurrentbyteind
xml_parser_free
xml_parser_free
FreeXMLparser
xml_parser_set_option
xml_parser_set_option
SetoptionsinXMLparse
xml_set_start_namespace_decl_handler
xml_set_start_namespace_decl_handler
Setupthestartupnames
xml_set_default_handler
xml_set_default_handler
Setthedefaulthandler
utf8_encode
utf8_encode
EncodingISO-8859-1st
xml_parse
xml_parse
StartparsingXMLdocum
xml_get_error_code
xml_get_error_code
GetXMLparsererrorcod
Popular Articles
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
How to Properly Clear the XML Error Stack Using xml_get_error_code and libxml_clear_errors?