PHP Doku:: Adds a bbcode element - function.bbcode-add-element.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

BBCode Funktionen

<<BBCode Funktionen

bbcode_add_smiley>>

bbcode_add_element

(PECL bbcode >= 0.9.0)

bbcode_add_elementAdds a bbcode element

Beschreibung

bool bbcode_add_element ( resource $bbcode_container , string $tag_name , array $tag_rules )

Adds a tag to an existing BBCode_Container tag_set using tag_rules.

Parameter-Liste

bbcode_container

BBCode_Container resource, returned by bbcode_create().

tag_name

The new tag to add to the BBCode_Container tag_set.

tag_rules

An associative array containing the parsing rules; see bbcode_create() for the available keys.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. 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",...)