Forum und email

bbcode_parse

(PECL bbcode:0.9.0-0.9.1)

bbcode_parse — 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()

매개변수

bbcode_container

BBCode_Container resource returned by bbcode_create().

to_parse

The string we need to parse.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.