Syntax
[bbboing
text="According to a researcher at Cambridge University, it doesn't matter in which order the letters in a word are, the only important thing is that the first and last letter be at the right place. The rest can be a total mess and you can still read it without problem. This is because the human mind does not read every letter by itself but the word as a whole. | textarea - some text to obfuscate"
form="N| Y - display form to allow changes"
both="N| Y - display both original and output text"]
function bbboing__syntax( ) {
$syntax = array( "text" => bw_skv( "seed", "text", "some text to obfuscate" )
, "form" => bw_skv( "N", "Y", "display form to allow changes" )
, "both" => bw_skv( "N", "Y", "display both original and output text" )
);
return( $syntax );
}