bbcode_parse

(PECL bbcode >= 0.9.0)
Parse a string following a given rule set
string bbcode_parse ( resource $bbcode_container, string $to_parse )

This function parse the string to_parse following the rules in the bbcode_container created by bbcode_create()

Parameters:
bbcode_container

BBCode_Container resource returned by bbcode_create().

to_parse

The string we need to parse.

Returns:

Returns the parsed string, or FALSE on failure.

doc_php
2016-02-24 16:12:17
Comments
Leave a Comment

Please login to continue.