Forum und email

XSLTProcessor::removeParameter

(No version information available, might be only in CVS)

XSLTProcessor::removeParameter — Remove parameter

설명

XSLTProcessor
bool removeParameter ( string $namespaceURI , string $localName )

Removes a parameter, if set. This will make the processor use the default value for the parameter as specified in the stylesheet.

매개변수

namespaceURI

The namespace URI of the XSLT parameter.

localName

The local name of the XSLT parameter.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.