From ef4fb9cd4997280fd04be4c586729bbcb992b51f Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 6 Apr 2005 14:43:07 +0000 Subject: [PATCH] Add the new optional parameter that allows to restrict the available functions. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183758 c90b9560-bf6c-de11-be94-00142212c4b1 --- ...l-xsltprocessor-register-php-functions.xml | 47 ++++++++++++++++++- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/reference/xsl/functions/xsl-xsltprocessor-register-php-functions.xml b/reference/xsl/functions/xsl-xsltprocessor-register-php-functions.xml index 3ad1d38aa2..caf800e825 100644 --- a/reference/xsl/functions/xsl-xsltprocessor-register-php-functions.xml +++ b/reference/xsl/functions/xsl-xsltprocessor-register-php-functions.xml @@ -1,5 +1,5 @@ - + XSLTProcessor->registerPHPFunctions() @@ -12,7 +12,7 @@ void registerPHPFunctions - + mixedrestrict @@ -20,12 +20,55 @@ within XSL stylesheets. + + &reftitle.parameters; + + + + restrict + + + Use this parameter to only allow certain functions to be called from + XSLT. + + + This parameter can be either a string (a function name) or an array of + functions. + + + + + + &reftitle.returnvalues; &return.void; + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.0.5 + + The restrict parameter was added. + + + + + + +