SensitiveParameterValue::getValue
(PHP 8 >= 8.2.0)
SensitiveParameterValue::getValue — 秘密の値を返す
パラメータ
この関数にはパラメータはありません。
戻り値
秘密の値を返します。
例
例1 SensitiveParameterValue::getValue() の例
<?php
$s = new \SensitiveParameterValue('secret');
echo "The protected value is: ", $s->getValue(), "\n";
?>
上の例の出力は以下となります。
The protected value is: secret
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google