Class for generating a 23-character random ID string. This string uses all characters in the class [-_0-9a-zA-Z].
$id = (string)new Horde_Support_Randomid();
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
$_id : string
Generated ID.
__construct()
New random ID.
generate()
Generate a random ID.
__toString() : string
Cooerce to string.
The random ID.