\Horde_Support_Uuid

Class for generating RFC 4122 UUIDs. Usage:

$uuid = (string)new Horde_Support_Uuid;

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

Summary

Methods
Properties
Constants
__construct()
generate()
__toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_uuid
N/A

Properties

$_uuid

$_uuid : string

Generated UUID

Type

string

Methods

__construct()

__construct() 

New UUID.

generate()

generate() 

Generate a 36-character RFC 4122 UUID, without the urn:uuid: prefix.

__toString()

__toString() : string

Cooerce to string.

Returns

string —

UUID.