Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
xml_error_string
xml_error_string
Get XML parser error string
Name:
xml_error_string
Category:
XML parser
Programming Language:
php
One-line Description:
Returns the error string from the XML parser.
Related
The difference and application of PHP xml_error_string and libxml_get_errors functions
8
How to Real-Time Retrieve xml_error_string Error Messages During XML Parsing in PHP? Is There a Dynamic Listening Method?
1
Similar Functions
xml_set_external_entity_ref_handler
xml_set_external_entity_ref_handler
Settingupexternalent
xml_get_error_code
xml_get_error_code
GetXMLparsererrorcod
xml_set_unparsed_entity_decl_handler
xml_set_unparsed_entity_decl_handler
Setupunresolvedentit
xml_set_notation_decl_handler
xml_set_notation_decl_handler
Settingupnotationdec
xml_parser_free
xml_parser_free
FreeXMLparser
xml_set_end_namespace_decl_handler
xml_set_end_namespace_decl_handler
Settheendnamespacede
xml_parser_set_option
xml_parser_set_option
SetoptionsinXMLparse
xml_set_object
xml_set_object
UsingXMLParserinanob
Popular Articles
The difference and application of PHP xml_error_string and libxml_get_errors functions
How to Real-Time Retrieve xml_error_string Error Messages During XML Parsing in PHP? Is There a Dynamic Listening Method?