BBCODE_PARSE(3) 1 BBCODE_PARSE(3)
bbcode_parse - Parse a string following a given rule set
SYNOPSIS
string bbcode_parse (resource $bbcode_container, string $to_parse)
DESCRIPTION
This function parse the string to_parse following the rules in the bbcode_container created by bbcode_create(3)
PARAMETERS
o $bbcode_container
- BBCode_Container resource returned by bbcode_create(3).
o $to_parse
- The string we need to parse.
RETURN VALUES
Returns the parsed string, or FALSE on failure.
PHP Documentation Group BBCODE_PARSE(3)