PHP 클래스 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.
저자: Max Kalika ([email protected])
저자: Chuck Hagenbuch ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
generateId ( string $seed = '' ) : string Generates a connection id and returns it.

메소드 상세

generateId() 공개 정적인 메소드

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