Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Resources
Encryption
PHP 클래스 Resources\Encryption
링크 보기:
http://panadaframework.com/
저자:
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