Home > PHP > Function > XSLT (PHP4) > xslt_getopt()

xslt_getopt()

xslt_getopt - Get options on a given xsl processor

Syntax

int xslt_getopt (resource $processor)

Arguments

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

Description

xslt_getopt() returns the options on the given processor.

Version

PHP 4.3.0

Return value

Returns the options, a bitmask constructed with the XSLT_SABOPT_XXXconstants.