(no version information, might be only in CVS)
xsl_xsltprocessor_register_php_functions -- Enables the ability to use PHP functions as XSLT functions
Description
Procedural style
void
xsl_xsltprocessor_register_php_functions ( void )
Object oriented style (method)
class
xsltprocessor {
void
registerPHPFunctions ( void )
}
Warning |
This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk. |
xsl_xsltprocessor_register_php_functions() enables the
ability to use PHP functions as XSLT functions within XSL stylesheets.