MediaWiki REL1_40
|
Static Public Member Functions | |
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.
|
static |
Generate a run of cryptographically random data and return it in hexadecimal string format.
int | $chars | The number of hex chars of random data to generate |
Definition at line 36 of file MWCryptRand.php.
Referenced by MediaWiki\Session\SessionManager\generateSessionId().