|
XSLTProcessor::registerPHPFunctionsEnables the ability to use PHP functions as XSLT functions Description
void
XSLTProcessor::registerPHPFunctions
([ mixed
$restrict
] )This method enables the ability to use PHP functions as XSLT functions within XSL stylesheets. Parameters
Return ValuesNo value is returned. Examples
Example #1 Simple PHP Function call from a stylesheet
<?php Changelog
|