PHP 인터페이스 ManaPHP\Security\SecintInterface

파일 보기 프로젝트 열기: manaphp/manaphp

공개 메소드들

메소드 설명
decode ( string $hash, string $type = '' ) : integer | false Decodes a hash to the original parameter values.
encode ( integer $id, string $type = '' ) : string Encodes a variable number of parameters to generate a hash.

메소드 상세

decode() 공개 메소드

Decodes a hash to the original parameter values.
public decode ( string $hash, string $type = '' ) : integer | false
$hash string the hash to decode
$type string
리턴 integer | false

encode() 공개 메소드

Encodes a variable number of parameters to generate a hash.
public encode ( integer $id, string $type = '' ) : string
$id integer
$type string
리턴 string the generated hash