Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/Byte/rot13.php
Назад
<?php declare(strict_types=1); namespace Psl\Str\Byte; use function str_rot13; /** * Perform the rot13 transform on a string. * * @pure */ function rot13(string $string): string { return str_rot13($string); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка