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

Fonctions membres publiques

 generate ($length)
 

Description détaillée

OpenSslRandomGenerator provides functionality to generate strings of random binary data using the openssl_random_pseudo_bytes() PHP function

The use of this generator requires PHP to be compiled using the --with-openssl option.

Obsolète:
The openssl_random_pseudo_bytes() 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/openssl_random_pseudo_bytes

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 :