bbcode_add_element
(PECL bbcode >= 0.9.0)
bbcode_add_element — Adds a bbcode element
Описание
bool bbcode_add_element
( resource $bbcode_container
, string $tag_name
, array $tag_rules
)
Список параметров
-
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.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.