Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe RandomBytesGenerator
+ Graphe d'héritage de RandomBytesGenerator:

Fonctions membres publiques

 generate ($length)
 

Description détaillée

RandomBytesGenerator provides functionality to generate strings of random binary data using random_bytes() function in PHP 7+ or paragonie/random_compat

https://github.com/paragonie/random_compat

Documentation des fonctions membres

◆ generate()

generate (   $length)

Generates a string of random binary data of the specified length

Paramètres
integer$lengthThe number of bytes of random binary data to generate
Renvoie
string A binary string
Exceptions
Exceptionif it was not possible to gather sufficient entropy

Implémente RandomGeneratorInterface.


La documentation de cette classe a été générée à partir du fichier suivant :