PHP 8.6.0 Beta 1 is available for testing

The Random\CryptoSafeEngine interface

(PHP 8 >= 8.2.0)

Вступ

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

Короткий огляд iнтерфейcу

namespace Random;
interface CryptoSafeEngine extends Random\Engine {
/* Успадковані методи */
public function Random\Engine::generate(): string
}
add a note

User Contributed Notes

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