PHP 8.4.6 Released!

SensitiveParameterValue::__construct

(PHP 8 >= 8.2.0)

SensitiveParameterValue::__constructConstructs a new SensitiveParameterValue object

Description

public SensitiveParameterValue::__construct(mixed $value)

Warning

This function is currently not documented; only its argument list is available.

Parameters

value

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

User Contributed Notes

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