PHPverse 2025

La interfaz Random\CryptoSafeEngine

(PHP 8 >= 8.2.0)

Introducción

Interfaz de marcado que indica que el Random\Engine devuelve datos aleatorios seguros desde el punto de vista criptográfico.

Sinopsis de la Interfaz

interface Random\CryptoSafeEngine extends Random\Engine {
/* Métodos heredados */
}
add a note

User Contributed Notes

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