SensitiveParameterValue::__debugInfo
(PHP 8 >= 8.2.0)
SensitiveParameterValue::__debugInfo — 秘密の値をうっかり公開することを防止する
説明
var_dump() を使った時にうっかり秘密の値を公開しないように、 空の配列を返します。
パラメータ
この関数にはパラメータはありません。
戻り値
空の配列を返します
例
例1 SensitiveParameterValue オブジェクトを var_dump() に渡す
<?php
$s = new \SensitiveParameterValue('secret');
var_dump($s);
?>
上の例の出力は以下となります。
object(SensitiveParameterValue)#1 (0) { }
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google