XSLTProcessor::getParameter

(PHP 5, PHP 7, PHP 8)

XSLTProcessor::getParameterパラメータの値を取得する

説明

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

パラメータがあらかじめ XSLTProcessor::setParameter() で設定されている場合、 それを取得します。

パラメータ

namespace

XSLT パラメータの名前空間 URI を指定します。

name

XSLT パラメータのローカル名を指定します。

戻り値

パラメータの値 (文字列)、あるいは設定されていない場合は false を返します。

参考

関連キーワード:  パラメータ, XSLTProcessor, 取得, , getParameter, string, 設定, namespace, setParameter, construct