PHP Dokumentation: Function bbcode-parse
12. Januar 2010 von werner
bbcode_parse
(PECL bbcode >= 0.9.0)
bbcode_parse — Parse a string following a given rule set
Beschreibung
This function parse the string to_parse following the rules in the bbcode_container created by bbcode_create()
Parameter-Liste
- bbcode_container
BBCode_Container resource returned by bbcode_create().
- to_parse
The string we need to parse.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.