SensitiveParameterValue::getValue
(PHP 8 >= 8.2.0)
SensitiveParameterValue::getValue — Returns the sensitive value
参数
此函数没有参数。
返回值
The sensitive value.
示例
示例 #1 SensitiveParameterValue::getValue() example
<?php
$s = new \SensitiveParameterValue('secret');
echo "The protected value is: ", $s->getValue(), "\n";
?>
以上示例会输出:
The protected value is: secret
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/sensitiveparametervalue.getvalue.php