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

Fonctions membres publiques

 __construct (Generator $generator=null)
 
 generate ($length)
 

Attributs privés

 $generator
 

Description détaillée

RandomLibAdapter provides functionality to generate strings of random binary data using the paragonie/random-lib library

https://packagist.org/packages/paragonie/random-lib

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( Generator  $generator = null)

Constructs a RandomLibAdapter using a RandomLib\Generator

By default, if no Generator is passed in, this creates a high-strength generator to use when generating random binary data.

Paramètres
Generator$generatorAn paragonie/random-lib Generator

Références RandomLibAdapter\$generator, et null.

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

Implémente RandomGeneratorInterface.

Documentation des champs

◆ $generator

$generator
private

Référencé par RandomLibAdapter\__construct().


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