PHP 8.4.6 Released!

Deprecated::__construct

(PHP 8 >= 8.4.0)

Deprecated::__constructConstruct a new Deprecated attribute instance

Description

public Deprecated::__construct(?string $message = null, ?string $since = null)

Constructs a new Deprecated instance.

Parameters

message

The value of the message property.

since

The value of the since property.

User Contributed Notes

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