Horde_Support_Uuid
in package
Class for generating RFC 4122 UUIDs. Usage:
$uuid = (string)new Horde_Support_Uuid;
Copyright 2008-2017 Horde LLC (http://www.horde.org/)
Tags
Table of Contents
- $_uuid : string
- Generated UUID
- __construct() : mixed
- New UUID.
- __toString() : string
- Cooerce to string.
- generate() : mixed
- Generate a 36-character RFC 4122 UUID, without the urn:uuid: prefix.
Properties
$_uuid
Generated UUID
private
string
$_uuid
Methods
__construct()
New UUID.
public
__construct() : mixed
Return values
mixed —__toString()
Cooerce to string.
public
__toString() : string
Return values
string —UUID.
generate()
Generate a 36-character RFC 4122 UUID, without the urn:uuid: prefix.
public
generate() : mixed