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

Fonctions membres publiques

 generate ($length)
 

Description détaillée

MtRandRandomGenerator provides functionality to generate strings of random binary data using the mt_rand() PHP function

Obsolète:
The mt_rand() function is not a reliable source of randomness. The default RandomBytesGenerator, which uses the random_bytes() function, is recommended as the safest and most reliable source of randomness. This generator will be removed in ramsey/uuid 4.0.0. http://php.net/mt_rand

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.

Références $i.


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