Query: bbcode_parse
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BBCODE_PARSE(3) 1 BBCODE_PARSE(3) bbcode_parse - Parse a string following a given rule setSYNOPSISstring bbcode_parse (resource $bbcode_container, string $to_parse)DESCRIPTIONThis function parse the string to_parse following the rules in the bbcode_container created by bbcode_create(3)PARAMETERSo $bbcode_container - BBCode_Container resource returned by bbcode_create(3). o $to_parse - The string we need to parse.RETURN VALUESReturns the parsed string, or FALSE on failure. PHP Documentation Group BBCODE_PARSE(3)