(PHP 4 >= 4.0.5)
xslt_set_scheme_handler — Set Scheme handlers for a XSLT processor
$xh
, array $handlers
)
Set Scheme handlers on the resource handle given by
xh
.
xh
The XSLT processor link identifier, created with xslt_create().
handlers
Scheme handlers should be an array with the format (all elements are optional):
array( [get_all] => get all handler, [open] => open handler, [get] => get handler, [put] => put handler, [close] => close handler )
No value is returned.