Deprecated クラスはじめに
このアトリビュートは、機能を非推奨としてマークします。
マークされた機能を使用すると、 クラス概要
final
Deprecated
/* プロパティ */
public
readonly
stringnull
$message;
public
readonly
stringnull
$since;
/* メソッド */
public __construct(stringnull
$message = null , stringnull $since = null )プロパティ
例
上の例の PHP 8.4 での出力は、たとえば以下のようになります。: Deprecated: Function unsafe_function() is deprecated since 1.5, use safe_replacement() instead in example.php on line 9 This is unsafe 参考
|