BBCodeParser BBCodeParser(
)
|
|
void parse(
String
$bbcode, [boolean
$strip_html = true]
)
|
|
Returns HTML for the given BBCode.
Parameters:
|
String |
$bbcode: |
bbcode the BBCode to parse to HTML |
|
boolean |
$strip_html: |
strip_html if HTML Tags should be stripped or kept |