首页 话题 小组 问答 好文 用户 我的社区 域名交易 唠叨

[函数]SensitiveParameterValue::getValue()函数—用法及示例

发布于 2025-05-04 21:42:02
0
19

(PHP 8 >= 8.2.0)

SensitiveParameterValue::getValue — 返回敏感值

说明

public SensitiveParameterValue::getValue(): mixed

警告
本函数还未编写文档,仅有参数列表。

参数
此函数没有参数。

返回值
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


评论
一个月内的热帖推荐
啊龙
Lv.1普通用户

9545

帖子

31

小组

3242

积分

赞助商广告
站长交流