Documentación offline PHP master

XSLTProcessor::getParameter

master Ver versión oficial en línea Licencia CC-BY-3.0Descargado el 2026-08-02

En esta página

XSLTProcessor::getParameter

Obtiene el valor de un parámetro

Descripción#

php public XSLTProcessor::getParameter(string $namespace, string $name): stringphp

Obtiene un parámetro si ha sido previamente establecido por XSLTProcessor::setParameter.

Parámetros#

namespace
La URI del namespace del parámetro XSLT.

name
El nombre local del parámetro XSLT.

Valores devueltos#

El valor del parámetro (como un string), o false si no está definido.

Véase también#

XSLTProcessor::setParameter, XSLTProcessor::removeParameter