Thanks to visit codestin.com
Credit goes to www.php.net

update page now

The Random\CryptoSafeEngine interface

(PHP 8 >= 8.2.0)

Einführung

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

Interface-Übersicht

namespace Random;
interface CryptoSafeEngine extends Random\Engine {
/* Geerbte Methoden */
public function Random\Engine::generate(): string
}
add a note

User Contributed Notes

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