• PHP Video Tutorials

PHP - Function XML Error String



Syntax

string xml_error_string ( int $code ) )

Definition and Usage

It used to get XML parser error string

Return Values

It returns a string with short textual description of the error code.or false, if there is no error

Parameters

Sr.No Parameters & Description
1

code

An error code from xml_get_error_code().

php_function_reference.htm
Advertisements