Home
last modified time | relevance | path

Searched refs:str_split (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Encodings/
H A DAbstractUTF16Encoding.php25 use function str_split; alias
95 foreach (str_split($text, 2) as $character) {
/webtrees/app/Statistics/Service/
H A DColorService.php91 …return array_map(static fn (string $hex): int => (int) hexdec($hex), str_split(ltrim($hex, '#'), 2…