SproutCMS

This is the code documentation for the SproutCMS project

function decode()

Decrypts an encoded string back to its original value.

Usage

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

Arguments

  1. string $data
    encoded string to be decrypted

Return value

  • string
    decrypted data