| PHP Ръководство | ||
|---|---|---|
| Предишна страница | Следваща страница | |
This extension aims to help parse BBCode text in order to convert it to HTML or another markup language. It uses one pass parsing and provides great speed improvement over the common approach based on regular expressions. Further more, it helps provide valid HTML by reordering open / close tags and by automatically closing unclosed tags.
Информация относно инсталирането на това PECL разширение може да се намери в главата от ръководството Инсталиране на PECL разширения. Допълнителна информация, като нови издания, изтегляния, изходни файлове, информация за поддръжката и CHANGELOG може да се намери тук: http://pecl.php.net/package/bbcode
Това разширение няма дефинирани конфигурационни директиви в php.ini.
One resource is used in the BBCode extension: a BBCode_Container returned by bbcode_create().
Константите по-долу са дефинирани в това разширение и ще бъдат налични единствено, когато това разширение е компилирано в PHP или динамично пуснато по време на изпълнение.
This BBCode tag does not accept any arguments.
This BBCode tag does not have a corresponding close tag.
This BBCode tag need an argument.
This BBCode tag accept an optional argument.
This BBCode tag is the special tag root (nesting level 0).
This BBCode tag require argument sub-parsing (the argument is also parsed by the BBCode extension).
This BBCode Tag does not accept content (it voids it automatically).
| Предишна страница | Начало | Следваща страница |
| aspell_suggest | Начало на раздела | bbcode_add_element |