(4.0.5 - 4.0.6 only)
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.