string bbcode2html(
string
$input, [bool
$smilies = true]
)
|
|
converts BBCode to HTML using IPB's native parser.
Parameters:
|
string |
$input: |
bbcode-formatted string |
|
bool |
$smilies: |
set to true to parse smilies, otherwise false |
API Tags:
| Return: | HTML version of input |
| Access: | public |
Information Tags:
string html2bbcode(
string
$input
)
|
|
converts HTML to BBCode using IPB's native parser.
Parameters:
|
string |
$input: |
html-formatted string |
API Tags:
| Return: | BBCode version of input |
| Access: | public |
Information Tags:
array listEmoticons(
[bool
$clickable = false]
)
|
|
List emoticons, optional limit the result to clickable emoticons only.
Parameters:
|
bool |
$clickable: |
set to true to list clickable emoticons only, otherwise set to false |
API Tags:
| Return: | Assoc array with Emoticons, keys 'typed', 'image' |
| Access: | public |
Information Tags: