Class for generating RFC 4122 UUIDs. Usage:
$uuid = (string)new Horde_Support_Uuid;
Copyright 2008-2017 Horde LLC (http://www.horde.org/)
$_uuid : string
Generated UUID
__construct()
New UUID.
generate()
Generate a 36-character RFC 4122 UUID, without the urn:uuid: prefix.
__toString() : string
Cooerce to string.
UUID.