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