PHP Doku:: Parse a string following a given rule set - function.bbcode-parse.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzTextverarbeitungBulletin Board CodeBBCode Funktionenbbcode_parse

Ein Service von Reinhard Neidl - Webprogrammierung.

BBCode Funktionen

<<bbcode_destroy

bbcode_set_arg_parser>>

bbcode_parse

(PECL bbcode >= 0.9.0)

bbcode_parseParse a string following a given rule set

Beschreibung

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

Parameter-Liste

bbcode_container

BBCode_Container resource returned by bbcode_create().

to_parse

The string we need to parse.

Rückgabewerte

Returns the parsed string, Im Fehlerfall wird FALSE zurückgegeben..


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)