PHP 8.4.1 Released!

Deprecated::__construct

(PHP 8 >= 8.4.0)

Deprecated::__constructErstellt eine neue Instanz des Attributs Deprecated

Beschreibung

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

Erstellt eine neue Instanz von Deprecated.

Parameter-Liste

message

Der Wert der Eigenschaft message.

since

Der Wert der Eigenschaft since property.

add a note

User Contributed Notes

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