/**********************************************************************************
****** class name : funny_strings
****** author : Martin Lacher
**********************************************************************************/
require_once("funny_strings.php");
$fs = new funny_string;
/*****************************************************************
****** for documentation see shuffle.php ******
******************************************************************
*
* echo $fs->shuffle_word("Metallica");
*
* echo $fs->shuffle_text("Metallica is a famous metal band from Los Angeles.");
*
* echo $fs->elite("Metallica is a famous metal band from Los Angeles.");
*
* echo $fs->half_elite("Metallica is a famous metal band from Los Angeles.");
*
* echo $fs->h4xx0r("Metallica is a famous metal band from Los Angeles.");
*
*****************************************************************/
echo $fs->shuffle_text("Metallica is a famous metal band from Los Angeles.");