Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/uppercase.php
Назад
<?php declare(strict_types=1); namespace Psl\Str; use function mb_strtoupper; /** * Returns the string with all alphabetic characters converted to uppercase. * * @pure */ function uppercase(string $string, Encoding $encoding = Encoding::UTF_8): string { return mb_strtoupper($string, $encoding->value); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка