bbcode_parse

(PECL bbcode >= 0.9.0)

bbcode_parse文字列を、指定した規則のもとでパースする

説明

bbcode_parse ( resource $bbcode_container , string $to_parse ) : string

この関数は、bbcode_create() で作成した bbcode_container の規則にもとづいて文字列 to_parse をパースします。

パラメータ

bbcode_container

bbcode_create() が返す BBCode_Container。

to_parse

パースしたい文字列。

返り値

パースした文字列を返します。失敗した場合に FALSE を返します.