Файловый менеджер - Редактировать - /var/www/html/libraries/vendor/spomky-labs/pki-framework/src/X501/MatchingRule/CaseIgnoreMatch.php
Ðазад
<?php declare(strict_types=1); namespace SpomkyLabs\Pki\X501\MatchingRule; use SpomkyLabs\Pki\X501\StringPrep\StringPreparer; /** * Implements 'caseIgnoreMatch' matching rule. * * @see https://tools.ietf.org/html/rfc4517#section-4.2.11 */ final class CaseIgnoreMatch extends StringPrepMatchingRule { /** * @param int $stringType ASN.1 string type tag */ private function __construct(int $stringType) { parent::__construct( StringPreparer::forStringType($stringType)->withCaseFolding(true) ); } public static function create(int $stringType): self { return new self($stringType); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка