XSLTProcessor
PHP Manual

XSLTProcessor::getParameter

(PHP 5)

XSLTProcessor::getParameterGet value of a parameter

Descrizione

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

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

Elenco dei parametri

namespaceURI

The namespace URI of the XSLT parameter.

localName

The local name of the XSLT parameter.

Valori restituiti

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

Vedere anche:


XSLTProcessor
PHP Manual