update : 2015.11.03
php.shukuma.com

검색:
 
 
Get value of a parameter

XSLTProcessor::getParameter

(PHP 5)

XSLTProcessor::getParameterGet value of a parameter

설명

string XSLTProcessor::getParameter ( string $namespaceURI , string $localName )

Gets a parameter if previously set by XSLTProcessor::setParameter().

인수

namespaceURI

The namespace URI of the XSLT parameter.

localName

The local name of the XSLT parameter.

반환값

The value of the parameter (as a string), or FALSE if it's not set.

참고