Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/libraries/vendor/spomky-labs/pki-framework/src/X501/StringPrep/CheckBidiStep.php
Назад
<?php declare(strict_types=1); namespace SpomkyLabs\Pki\X501\StringPrep; /** * Implements 'Check bidi' step of the Internationalized String Preparation as specified by RFC 4518. * * @see https://tools.ietf.org/html/rfc4518#section-2.5 */ final class CheckBidiStep implements PrepareStep { /** * @param string $string UTF-8 encoded string */ public function apply(string $string): string { // @todo Implement return $string; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка