Warning: file_put_contents(): Only -1 of 57 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
BBCode bbcode_add_smiley PHP Manual bbcode_add_element (PECL bbcode:0.9.0-0.9.1) — Adds a bbcode element Description bool ( resource $bbcode_container , string $tag_name array $tag_rules ) tag t...
Forum und email

bbcode_add_element

(PECL bbcode:0.9.0-0.9.1)

bbcode_add_element — Adds a bbcode element

Description

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.

Parameters

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.

Return Values

Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.