(PECL bbcode >= 0.9.0)
bbcode_parse — Parse a string following a given rule set
$bbcode_container
   , string $to_parse
   )This function parse the string to_parse following the rules in the bbcode_container created by bbcode_create()
bbcode_containerBBCode_Container resource returned by bbcode_create().
to_parseThe string we need to parse.
   Returns the parsed string,  or FALSE on failure.