Documentation

Encrypter

Table of Contents

decrypt()  : string
Decrypt the given value.
encrypt()  : string
Encrypt the given value.

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
Return values
string

Search results