Deprecated::__construct
PHP Manual
PHP Manual»Deprecated»Deprecated::__construct

Deprecated::__construct

(PHP 8 >= 8.4.0)

Deprecated::__construct新しい Deprecated のインスタンスを作成する

説明

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

新しい Deprecated のインスタンスを作成します。

パラメータ

message

message プロパティの値。

since

since プロパティの値。

To Top