xslt_set_scheme_handler
(PHP 4 >= 4.0.5)
xslt_set_scheme_handler — Imposta 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.
There are no user contributed notes for this page.
