|
PHP5中文手册
xslt_error(PHP 4 >= 4.0.3) xslt_error — Returns an error string 说明
string xslt_error
( resource $xh
)
Returns a string describing the last error that occurred on the passed XSLT processor. 返回值Returns the error message, as a string. 范例
Example#1 Handling errors using the xslt_error() and xslt_errno() functions.
<?php |