Introduction
PHP Manual
PHP Manual»Random»Random\CryptoSafeEngine

L'interface Random\CryptoSafeEngine

(PHP 8 >= 8.2.0)

Interface de marquage indiquant que le Random\Engine retourne des données aléatoires sécurisées sur le plan cryptographique.

namespace Random;
interface CryptoSafeEngine extends Random\Engine {
/* Méthodes héritées */
public function Random\Engine::generate(): string
}
To Top