Longhorn PHP 2023 - Call for Papers

The Random\CryptoSafeEngine interface

(PHP 8 >= 8.2.0)

Giriş

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

Arayüz Sözdizimi

interface Random\CryptoSafeEngine extends Random\Engine {
/* Miras alınan yöntemler */
public Random\Engine::generate(): string
}
add a note

User Contributed Notes

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