Overview

Packages

  • Support

Classes

  • Horde_Support_Array
  • Horde_Support_Backtrace
  • Horde_Support_CombineStream
  • Horde_Support_ConsistentHash
  • Horde_Support_Guid
  • Horde_Support_Inflector
  • Horde_Support_Memory
  • Horde_Support_Numerizer
  • Horde_Support_Numerizer_Locale_Base
  • Horde_Support_Numerizer_Locale_De
  • Horde_Support_Numerizer_Locale_Pt
  • Horde_Support_Randomid
  • Horde_Support_Stack
  • Horde_Support_StringStream
  • Horde_Support_Stub
  • Horde_Support_Timer
  • Horde_Support_Uuid
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Support_Uuid

Class for generating RFC 4122 UUIDs. Usage:

$uuid = (string)new Horde_Support_Uuid;

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

Package: Support
Category: Horde
License: http://www.horde.org/licenses/bsd
Located at Horde/Support/Uuid.php
Methods summary
public
# __construct( )

New UUID.

New UUID.

public
# generate( )

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

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

See

http://www.ietf.org/rfc/rfc4122.txt
http://labs.omniti.com/alexandria/trunk/OmniTI/Util/UUID.php
public string
# __toString( )

Cooerce to string.

Cooerce to string.

Returns

string
UUID.
API documentation generated by ApiGen