亚洲中文字幕视频国产|99RE久久精品国产|国产精品丝袜拍在线观看|国产成人精品午夜视频'|日韩欧美中文字幕在线一区|一区二区三区在线免费电影|国内精品久久久人妻中文字幕|精品人妻系列无码人妻免费视频

English | 簡(jiǎn)體中文 | 繁體中文
查詢

SensitiveParameterValue::getValue()函數(shù)—用法及示例

「 返回敏感值 」


(PHP 8 >= 8.2.0)

SensitiveParameterValue::getValue — 返回敏感值

說(shuō)明

public SensitiveParameterValue::getValue(): mixed

警告
本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。

參數(shù)
此函數(shù)沒(méi)有參數(shù)。

返回值
The sensitive value.

示例
示例 #1 SensitiveParameterValue::getValue() example

<?php
$s = new \SensitiveParameterValue('secret');

echo "The protected value is: ", $s->getValue(), "\n";
?>
以上示例會(huì)輸出:

The protected value is: secret


補(bǔ)充糾錯(cuò)
上一個(gè)函數(shù): SeasLog::setLogger()函數(shù)
下一個(gè)函數(shù): Session::generateUUID()函數(shù)
熱門(mén)PHP函數(shù)
分享鏈接