You appear to be a bot. Output may be restricted
Description
Syntax for bbboing
Usage
bbboing__syntax();
Parameters
Returns
voidSource
File name: bbboing/bbboing.incLines:
1 to 8 of 8
function bbboing__syntax( ) { $syntax = array( "text" => bw_skv( seed(), "textarea", "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 ); }View on GitHub View on Trac