Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface RandomGeneratorInterface
+ Graphe d'héritage de RandomGeneratorInterface:

Fonctions membres publiques

 generate ($length)
 

Description détaillée

RandomGeneratorInterface provides functionality to generate strings of random binary data

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
UnsatisfiedDependencyExceptionif Moontoast\Math\BigNumber is not present
InvalidArgumentException
Exceptionif it was not possible to gather sufficient entropy

Implémenté dans CombGenerator, RandomLibAdapter, OpenSslGenerator, SodiumRandomGenerator, MtRandGenerator, RandomBytesGenerator, et PeclUuidRandomGenerator.


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