File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/spomky-labs/pki-framework/src/X501/MatchingRule/CaseIgnoreMatch.php
Back
<?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.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings