September 2001
Intermediate to advanced
768 pages
32h 45m
English
string xml_error_string(int errorcode) Gets a text description of the error code.
Returns:
Error-code description on success; NULL on error
Description:
For a list of the error codes, see the xmlparse.h source file for this extension.
Version:
PHP 3 >= 3.0.6, PHP 4 >= 4.0b1
Example:
print "The description for error code XML_ERROR_INVALID_TOKEN is " . xml_error_string(XML_ERROR_INVALID_TOKEN); |
Read now
Unlock full access