SproutCMS

This is the code documentation for the SproutCMS project

function getFleschReadingScore()

Determine Flesch reading score
0 = hard, 100 = easy
Thanks to github.com/DaveChild

Usage

int AdminSeo::getFleschReadingScore ( string $str [, string $encoding ] );

Arguments

  1. string $str
    Text to score
  2. string $encoding = ''
    Encoding of text

Return value

  • int