XSLTProcessor
PHP Manual

XSLTProcessor::removeParameter

(PHP 5)

XSLTProcessor::removeParameterRemove parameter

설명

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를 반환합니다.

참고


XSLTProcessor
PHP Manual