Encrypter
in
Table of Contents
Methods
decrypt()
Decrypt the given value.
public
decrypt(string $payload[, bool $unserialize = true ]) : string
Parameters
- $payload : string
- $unserialize : bool = true
Return values
string —encrypt()
Encrypt the given value.
public
encrypt(string $value[, bool $serialize = true ]) : string
Parameters
- $value : string
- $serialize : bool = true