GoLang xml_error_string

request it (342)
GoLang replacement for PHP's xml_error_string [edit | history]



Do you know a GoLang replacement for PHP's xml_error_string? Write it!

PHP xml_error_string

PHP original manual for xml_error_string [ show | php.net ]

xml_error_string

(PHP 4, PHP 5, PHP 7)

xml_error_stringGet XML parser error string

Description

string xml_error_string ( int $code )

Gets the XML parser error string associated with the given code.

Parameters

code

An error code from xml_get_error_code().

Return Values

Returns a string with a textual description of the error code, or FALSE if no description was found.

See Also