|
static | generateHex ( $chars) |
| Generate a run of cryptographically random data and return it in hexadecimal string format.
|
|
Definition at line 27 of file MWCryptRand.php.
◆ generateHex()
static MWCryptRand::generateHex |
( |
| $chars | ) |
|
|
static |
Generate a run of cryptographically random data and return it in hexadecimal string format.
- Parameters
-
int | $chars | The number of hex chars of random data to generate |
- Returns
- string Hexadecimal random data
Definition at line 36 of file MWCryptRand.php.
The documentation for this class was generated from the following file: