PHP Conference Nagoya 2025

Deprecated::__construct

(PHP 8 >= 8.4.0)

Deprecated::__constructConstruct a new Deprecated attribute instance

说明

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

Constructs a new Deprecated instance.

参数

message

The value of the message property.

since

The value of the since property.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top