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, 17 May 2013

view this page in

xslt_set_scheme_handler

(PHP 4 >= 4.0.5)

xslt_set_scheme_handlerImposta gli handler di Schema per un processore XSLT

Descrizione

void xslt_set_scheme_handler ( resource $xh , array $handlers )

Imposta gli handler di Schema sull'handle della risorsa dato da xh.

Elenco dei parametri

xh

The XSLT processor link identifier, created with xslt_create().

handlers

Gli handler di Schema dovrebbero essere un array con il formato (tutti gli elementi sono opzionali):

array(
[get_all] => ottenere tutti gli handler,
[open] => aprire un handler,
[get] => ottenere un handler,
[put] => inserire un handler,
[close] => chiudere handler
)

Valori restituiti

Nessun valore viene restituito.



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