SproutCMS

This is the code documentation for the SproutCMS project

function encode()

Encrypts a string and returns an encrypted string that can be decoded.

Usage

string $Encrypt->encode ( string $data );

Arguments

  1. string $data
    data to be encrypted

Return value

  • string
    encrypted data