Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/vendor/spomky-labs/pki-framework/src/X501/MatchingRule/CaseExactMatch.php
Назад
<?php declare(strict_types=1); namespace SpomkyLabs\Pki\X501\MatchingRule; use SpomkyLabs\Pki\X501\StringPrep\StringPreparer; /** * Implements 'caseExactMatch' matching rule. * * @see https://tools.ietf.org/html/rfc4517#section-4.2.4 */ final class CaseExactMatch extends StringPrepMatchingRule { /** * @param int $stringType ASN.1 string type tag */ private function __construct(int $stringType) { parent::__construct(StringPreparer::forStringType($stringType)); } public static function create(int $stringType): self { return new self($stringType); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка