File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/spomky-labs/pki-framework/src/X501/MatchingRule/BinaryMatch.php
Back
<?php declare(strict_types=1); namespace SpomkyLabs\Pki\X501\MatchingRule; /** * Implements binary matching rule. * * Generally used only by UnknownAttribute and custom attributes. */ final class BinaryMatch extends MatchingRule { public function compare(string $assertion, string $value): ?bool { return strcmp($assertion, $value) === 0; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings