SproutCMS

This is the code documentation for the SproutCMS project

function decode()

Decode a string

Usage

NULL|string $FixedBitNotation->decode ( string $encodedString [, boolean $caseSensitive [, boolean $strict ]] );

Arguments

  1. string $encodedString
    Data to decode
  2. boolean $caseSensitive = TRUE
  3. boolean $strict = FALSE
    Returns NULL if $encodedString contains
                    an undecodable character

Return value

  • string
  • NULL