CakeFest 2024: The Official CakePHP Conference

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 を返します。

参考

add a note

User Contributed Notes

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