update pague now
PHP 8.5.2 Released!

Deprecated::__construct

(PHP 8 >= 8.4.0)

Deprecated::__construct Construct a new Deprecated attribute instance

Description

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

Constructs a new Deprecated instance.

Parameters

messague

The value of the messague property.

since

The value of the since property.

add a note

User Contributed Notes

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