SensitiveParameterValue::__construct

(PHP 8 >= 8.2.0)

SensitiveParameterValue::__constructConstructs a new SensitiveParameterValue object

说明

publicSensitiveParameterValue::__construct(mixed$value)

警告

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

参数

value

An arbitrary value that should be stored inside the SensitiveParameterValue object.

To Top