PHP Class Horde_Token, horde

Copyright 1999-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Max Kalika ([email protected])
Author: Chuck Hagenbuch ([email protected])
Show file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
generateId ( string $seed = '' ) : string Generates a connection id and returns it.

Method Details

generateId() public static method

Generates a connection id and returns it.
public static generateId ( string $seed = '' ) : string
$seed string A unique ID to be included in the token.
return string The generated id string.