[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/algo26-matthias/idna-convert/src/NamePrep/ -> NamePrep.php (summary)

(no description)

File Size: 318 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

NamePrep:: (9 methods):
  __construct()
  do()
  applyCharacterMaps()
  combineCodePoints()
  hangulDecompose()
  hangulCompose()
  getCombiningClass()
  applyCanonicalOrdering()
  combine()


Class: NamePrep  - X-Ref

__construct(?string $idnVersion = null)   X-Ref

param: string|null $idnVersion

do(array $inputArray)   X-Ref

param: array $inputArray
return: array

applyCharacterMaps(array $inputArray)   X-Ref

param: array $inputArray
return: array

combineCodePoints(array $codePoints)   X-Ref
No description

hangulDecompose(int $codePoint)   X-Ref
Decomposes a Hangul syllable
(see http://www.unicode.org/unicode/reports/tr15/#Hangul

param: integer  32bit UCS4 code point
return: array    Either Hangul Syllable decomposed or original 32bit value as one value array

hangulCompose(array $input)   X-Ref
Compose a Hangul syllable
(see http://www.unicode.org/unicode/reports/tr15/#Hangul

param: array $input   Decomposed UCS4 sequence
return: array UCS4 sequence with syllables composed

getCombiningClass(int $char)   X-Ref
Returns the combining class of a certain wide char

param: integer  $char  Wide char to check (32bit integer)
return: integer Combining class if found, else 0

applyCanonicalOrdering(array $input)   X-Ref
Applies the canonical ordering of a decomposed UCS4 sequence

param: array  $input Decomposed UCS4 sequence
return: array Ordered USC4 sequence

combine(array $input)   X-Ref
Do composition of a sequence of starter and non-starter

param: array $input UCS4 Decomposed sequence
return: array|false  Ordered USC4 sequence



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer