PHP 클래스 Resources\Encryption

저자: Iskandar Soesman ([email protected])
파일 보기 프로젝트 열기: panada/panada

공개 메소드들

메소드 설명
__construct ( $key = false )
decrypt ( $string ) : string Decryption method
encrypt ( $string ) : string Produce encryption

메소드 상세

__construct() 공개 메소드

public __construct ( $key = false )

decrypt() 공개 메소드

Decryption method
public decrypt ( $string ) : string
리턴 string

encrypt() 공개 메소드

Produce encryption
public encrypt ( $string ) : string
리턴 string