Random\Randomizer::__construct

(PHP 8 >= 8.2.0)

Random\Randomizer::__construct新しい Randomizer を作成する

説明

public Random\Randomizer::__construct(?Random\Engine $engine = null)

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

engine

ランダムな値を生成するのに使う Random\Engine

engine が省略されるか、null の場合は、 新しい Random\Engine\Secure オブジェクトを使います。

例1 Random\Randomizer::__construct() example

<?php

/* ... */

?>

上の例の出力は、 たとえば以下のようになります。

...
add a note add a note

User Contributed Notes

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