Funzioni XSLT (PHP 4)
PHP Manual

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

L'identificatore del processore XSLT, creato da 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.


Funzioni XSLT (PHP 4)
PHP Manual