Searched refs:mb_str_split (Results 1 – 4 of 4) sorted by relevance
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/ |
| D | Encoder.php | 82 $characters = mb_str_split($token, 1, 'UTF-8'); 197 $word = mb_str_split($token, 1, 'UTF-8');
|
| /plugin/combo/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 132 …function mb_str_split($string, $length = 1, $encoding = null) { return p\Mbstring::mb_str_split($s… function
|
| H A D | bootstrap80.php | 128 …function mb_str_split(?string $string, ?int $length = 1, ?string $encoding = null): array { return… function
|
| H A D | Mbstring.php | 566 public static function mb_str_split($string, $split_length = 1, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|