XSLTProcessor::getParameter

(PHP 5, PHP 7, PHP 8)

XSLTProcessor::getParameterObtiene el valor de un parámetro

Descripción

public XSLTProcessor::getParameter(string $namespace, string $name): string|false

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.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top