KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
XSLT (PHP4)
xslt_backend_info
xslt_backend_name
xslt_backend_version
xslt_create
xslt_errno
xslt_error
xslt_free
xslt_getopt
xslt_process
xslt_setopt
xslt_set_base
xslt_set_encoding
xslt_set_error_handler
xslt_set_log
xslt_set_object
xslt_set_sax_handler
xslt_set_sax_handlers
xslt_set_scheme_handler
xslt_set_scheme_handlers
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.