|
Page 1 of 2 PHP libxml Introduction The libxml functions and constants are used together with SimpleXML, XSLT and DOM functions. Installation These functions require the libxml package. Download at xmlsoft.org PHP libxml Functions PHP: indicates the earliest version of PHP that supports the function. Function | Description | PHP | libxml_clear_errors() | Clear libxml error buffer | 5 | libxml_get_errors() | Retrieve array of errors | 5 | libxml_get_last_error() | Retrieve last error from libxml | 5 | libxml_set_streams_context() | Set the streams context for the next libxml document load or write | 5 | libxml_use_internal_errors() | Disable libxml errors and allow user to fetch error information as needed | 5 |
<< Start < Prev 1 2 Next > End >> |
|
Last Updated ( Thursday, 03 April 2008 )
|