| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 172 lines (20 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Parser:: (6 methods):
parse()
addTag()
getHexSequence()
parseCustomAliases()
parseShortnames()
parseUnicode()
| parse($text, array $matches) X-Ref |
| {@inheritdoc} |
| addTag($tagPos, $tagLen, $hex) X-Ref |
| Add an emoji tag for given sequence param: integer $tagPos Position of the tag in the original text param: integer $tagLen Length of text consumed by the tag param: string $hex Full-qualified sequence of codepoints in hex return: void |
| getHexSequence($str) X-Ref |
| Get the sequence of Unicode codepoints that corresponds to given emoji param: string $str UTF-8 emoji return: string Codepoint sequence, e.g. "0023-20e3" |
| parseCustomAliases($text) X-Ref |
| Parse custom aliases in given text param: string $text Original text return: void |
| parseShortnames($text) X-Ref |
| Parse shortnames in given text param: string $text Original text return: void |
| parseUnicode($text) X-Ref |
| Parse Unicode emoji in given text param: string $text Original text return: void |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |