The Random\CryptoSafeEngine interface

(PHP 8 >= 8.2.0)

简介

A marker interface indicating that the Random\Engine returns cryptographically secure randomness.

接口摘要

interface Random\CryptoSafeEngine extends Random\Engine {
/* 继承的方法 */
}
添加备注

用户贡献的备注

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