Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/length.php
Назад
<?php declare(strict_types=1); namespace Psl\Str; use function mb_strlen; /** * Returns the length of the given string, i.e. the number of bytes. * * Example: * * Str\length('Hello') * => Int(5) * * Str\length('سيف') * => Int(3) * * Str\length('تونس') * => Int(4) * * @pure * * @return int<0, max> */ function length(string $string, Encoding $encoding = Encoding::UTF_8): int { /** @var int<0, max> */ return mb_strlen($string, $encoding->value); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка