bbcode_add_smiley()
bbcode_add_smiley - Adds a smiley to the parserSyntax
bool bbcode_add_smiley (resource $bbcode_container, string $smiley, string $replace_by)Arguments
- bbcode_container - BBCode_Container resource, returned by bbcode_create().
- smiley - The string that will be replaced when found.
- replace_by - The string that replace smiley when found.
