static string quickRandom(int $length = 16) deprecated
deprecated
since version 5.3. Use the "random" method directly.Generate a "random" alpha-numeric string.
Should not be considered sufficient for cryptography, etc.
static string quickRandom(int $length = 16) deprecated
deprecated
since version 5.3. Use the "random" method directly.Generate a "random" alpha-numeric string.
Should not be considered sufficient for cryptography, etc.
Please login to continue.