From eb385628577583f867b1609a794d4372753b7cbf Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Jun 2005 15:29:43 +0000 Subject: [PATCH] Can be called with array git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188555 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../xsl-xsltprocessor-set-parameter.xml | 34 +++++++++++++------ 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml b/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml index 7161e893c3..c3b76ed0d9 100644 --- a/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml +++ b/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml @@ -1,5 +1,5 @@ - + XSLTProcessor->setParameter() @@ -10,11 +10,18 @@ XSLTProcessor - bool - setParameter + boolsetParameter stringnamespace - mixedname - stringvalue + stringname + stringvalue + + + + XSLTProcessor + + boolsetParameter + stringnamespace + arrayoptions @@ -28,7 +35,7 @@ - namespaceURI + namespace The namespace URI of the XSLT parameter. @@ -36,12 +43,10 @@ - localName + name - The local name of the XSLT parameter. This can be either a string - representing the parameter name or an array of - name => value pairs. + The local name of the XSLT parameter. @@ -53,6 +58,15 @@ + + options + + + An array of name => value pairs. This syntax is + available since PHP 5.1.0. + + +