Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Resources
Encryption
PHP Class Resources\Encryption
See link:
http://panadaframework.com/
Author:
Iskandar Soesman (
[email protected]
)
Afficher le fichier
Open project: panada/panada
Méthodes publiques
Méthode
Description
__construct
(
$key
= false )
decrypt
(
$string
) :
string
Decryption method
encrypt
(
$string
) :
string
Produce encryption
Method Details
__construct()
public
méthode
public
__construct
(
$key
= false )
decrypt()
public
méthode
Decryption method
public
decrypt
(
$string
) :
string
Résultat
string
encrypt()
public
méthode
Produce encryption
public
encrypt
(
$string
) :
string
Résultat
string