PHP 8.3.21 Released!

SensitiveParameterValue::__construct

(PHP 8 >= 8.2.0)

SensitiveParameterValue::__constructConstructs a new SensitiveParameterValue object

Descrizione

public SensitiveParameterValue::__construct(mixed $value)

Construct a SensitiveParameterValue holding a sensitive value.

Elenco dei parametri

value

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top