XSLT (PHP4) Funciones
PHP Manual

xslt_getopt

(PHP 4 >= 4.3.0)

xslt_getoptGet options on a given xsl processor

Descripción

int xslt_getopt ( resource $processor )

xslt_getopt() returns the options on the given processor.

Parámetros

processor

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

Valores devueltos

Returns the options, a bitmask constructed with the XSLT_SABOPT_XXX constants.

Ver también


XSLT (PHP4) Funciones
PHP Manual