|
XSLTProcessor::registerPHPFunctionsEnables the ability to use PHP functions as XSLT functions Description
public void XSLTProcessor::registerPHPFunctions(arraystringnull
$functions = null)This method enables the ability to use PHP functions as XSLT functions within XSL stylesheets. Parameters
Errors/Exceptions
Return ValuesNo value is returned. Changelog
Examples
Example #1 Simple PHP Function call from a stylesheet See Also
|