���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home3/cpr76684/public_html/Aem/lib/mlbackend/php/phpml/src/Phpml/Tokenization/WhitespaceTokenizer.php
���ѧ٧ѧ�
<?php declare(strict_types=1); namespace Phpml\Tokenization; use Phpml\Exception\InvalidArgumentException; class WhitespaceTokenizer implements Tokenizer { public function tokenize(string $text): array { $substrings = preg_split('/[\pZ\pC]+/u', $text, -1, PREG_SPLIT_NO_EMPTY); if ($substrings === false) { throw new InvalidArgumentException('preg_split failed on: '.$text); } return $substrings; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�