| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
xslt_set_object(PHP 4 >= 4.3.0) xslt_set_object — Sets the object in which to resolve callback functions Beschreibung
bool xslt_set_object
( resource $processor
, object &$obj
)
This function allows to use the processor inside an object and to resolve all callback functions in it. The callback functions can be declared with xml_set_sax_handlers(), xslt_set_scheme_handlers() or xslt_set_error_handler() and are assumed to be methods of object . Parameter Liste
RückgabewerteGibt bei Erfolg TRUE zurück, im Fehlerfall FALSE. BeispieleExample#1 Using your own error handler as a method
<?php |