Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Resources
Encryption
PHP Class Resources\Encryption
See link:
http://panadaframework.com/
Author:
Iskandar Soesman (
[email protected]
)
显示文件
Open project: panada/panada
Public Methods
Method
Description
__construct
(
$key
= false )
decrypt
(
$string
) :
string
Decryption method
encrypt
(
$string
) :
string
Produce encryption
Method Details
__construct()
public
method
public
__construct
(
$key
= false )
decrypt()
public
method
Decryption method
public
decrypt
(
$string
) :
string
return
string
encrypt()
public
method
Produce encryption
public
encrypt
(
$string
) :
string
return
string