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

Fonctions membres publiques

 generate ($length)
 

Description détaillée

SodiumRandomGenerator provides functionality to generate strings of random binary data using the PECL libsodium extension

Obsolète:
As of PHP 7.2.0, the libsodium extension is bundled with PHP, and the random_bytes() PHP function is now the recommended method for generating random byes. The default RandomBytesGenerator uses the random_bytes() function. This generator will be removed in ramsey/uuid 4.0.0. https://paragonie.com/book/pecl-libsodium

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.


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