[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 102 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Utf8:: (5 methods):
__construct()
split()
charsToCodepoints()
charsToCodepointsWithSurrogates()
cp()
__construct(array $options = []) X-Ref |
{@inheritdoc} |
split(string $string) X-Ref |
{@inheritdoc} |
charsToCodepoints(array $chars) X-Ref |
Convert a list of UTF-8 characters into a list of Unicode codepoint param: string[] $chars return: integer[] |
charsToCodepointsWithSurrogates(array $chars) X-Ref |
Convert a list of UTF-8 characters into a list of Unicode codepoint with surrogates param: string[] $chars return: integer[] |
cp(string $char) X-Ref |
Compute and return the Unicode codepoint for given UTF-8 char param: string $char UTF-8 char return: integer |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |