\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-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
$_id
N/A

Properties

$_id

$_id : string

Generated ID.

Type

string

Methods

__construct()

__construct() 

New random ID.

generate()

generate() 

Generate a random ID.

__toString()

__toString() : string

Cooerce to string.

Returns

string —

The random ID.