downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

xslt_set_scheme_handlers> <xslt_set_sax_handlers
[edit] Last updated: Fri, 26 Apr 2013

view this page in

xslt_set_scheme_handler

(PHP 4 >= 4.0.5)

xslt_set_scheme_handlerSet Scheme handlers for a XSLT processor

Description

void xslt_set_scheme_handler ( resource $xh , array $handlers )

Set Scheme handlers on the resource handle given by xh.

Parameters

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
)

Return Values

No value is returned.



add a note add a note User Contributed Notes xslt_set_scheme_handler - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites