| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
xslt_set_error_handler(PHP 4 >= 4.0.4) xslt_set_error_handler — Set an error handler for a XSLT processor Beschreibung
void xslt_set_error_handler
( resource $xh
, mixed $handler
)
Set an error handler function for the XSLT processor given by xh , this function will be called whenever an error occurs in the XSLT transformation (this function is also called for notices). Parameter Liste
RückgabewerteEs wird kein Wert zurückgegeben. BeispieleExample#1 xslt_set_error_handler() Example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
|