Public Member Functions | |
bbcode ($string, $db_smilie_file="", $smilie_url="") | |
Class constructor. If the path to the smilie database or the URL to the smilie folder is not set, no smilies will be parsed. | |
_bbcode () | |
Class Destructor. | |
bbcode_bb2html () | |
Converts a BB-Code ASCII string to HTML format. | |
bbcode_flush_errorlist () | |
Empties the error string list. | |
bbcode_get_errorlist () | |
Return error string list. | |
bbcode_get_result () | |
Return converted ASCII string. | |
bbcode_parse_divisions () | |
Division parser. | |
bbcode_parse_fontcolors () | |
RGB font color parser for. | |
bbcode_parse_images () | |
Image parser. | |
bbcode_parse_list () | |
List parser. | |
bbcode_parse_smilies () | |
Smilie parser. For initialization look also into the class constructor. | |
bbcode_parse_special_chars () | |
Special char parser. | |
bbcode_parse_tables () | |
Table parser. | |
bbcode_parse_textformat () | |
Simple text format parser. | |
bbcode_link2html () | |
Converts an ASCCI string with links to HTML format. | |
bbcode_html2text () | |
Convert HTML tags into normal viewable text. | |
Public Attributes | |
$bbcode_bb2html | |
$bbcode_db_smilie_file = 0 | |
$bbcode_error_hdl = 0 | |
$bbcode_smilie_url = 0 |
|
Class constructor. If the path to the smilie database or the URL to the smilie folder is not set, no smilies will be parsed.
|
|
Class Destructor.
|
|
Converts a BB-Code ASCII string to HTML format.
|
|
Empties the error string list.
|
|
Return error string list.
|
|
Return converted ASCII string.
|
|
Convert HTML tags into normal viewable text.
|
|
Converts an ASCCI string with links to HTML format.
|
|
Division parser.
|
|
RGB font color parser for.
|
|
Image parser.
|
|
List parser.
|
|
Smilie parser. For initialization look also into the class constructor.
|
|
Special char parser.
|
|
Table parser.
|
|
Simple text format parser.
|
|
String for parsing |
|
Complete name and path to Smilie database file. |
|
Error message handler |
|
Complete URL to the smilie folder |