bbcode_parse
(PECL bbcode >= 0.9.0)
bbcode_parse — 文字列を、指定した規則のもとでパースする
説明
string bbcode_parse
( resource
$bbcode_container
, string $to_parse
)この関数は、 bbcode_create() で作成した bbcode_container の規則にもとづいて文字列 to_parse をパースします。
返り値
パースした文字列を返します。失敗した場合に FALSE を返します.