XSLTProcessor::getParameter

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

説明

public stringfalse XSLTProcessor::getParameter(string $namespace, string $name)

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

パラメータ

namespace

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

name

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

戻り値

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

参考

  • XSLTProcessor::setParameter
  • XSLTProcessor::removeParameter