Easy Tutorial
❮ Php Anonymous Classes Php Password_Verify ❯

PHP xml_error_string() Function



Definition and Usage

The xml_error_string() function retrieves the error description of an XML parser.

If successful, the function returns the error description. If it fails, it returns FALSE.

Syntax

Parameter Description
errorcode Required. Specifies the error code to use. This error code is the return value of the xml_get_error_code() function.

Example

The output of the above code is as follows:


❮ Php Anonymous Classes Php Password_Verify ❯