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_Randomid

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-2012 Horde LLC (http://www.horde.org/)

Package: Support
Category: Horde
License: BSD
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Support/Randomid.php
Methods summary
public
# __construct( )

New random ID.

New random ID.

public
# generate( )

Generate a random ID.

Generate a random ID.

public string
# __toString( )

Cooerce to string.

Cooerce to string.

Returns

string
The random ID.
API documentation generated by ApiGen