Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
generate ($length) | |
RandomBytesGenerator provides functionality to generate strings of random binary data using random_bytes()
function in PHP 7+ or paragonie/random_compat
generate | ( | $length | ) |
Generates a string of random binary data of the specified length
integer | $length | The number of bytes of random binary data to generate |
Exception | if it was not possible to gather sufficient entropy |
Implémente RandomGeneratorInterface.