Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 210 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 210 Bytes

Example

<?php

use PHPASN\BER;
$encoded = "020210";
$ber = new BER($someencodedstring);
$ber->isContentType(BER::INTEGER); # => true
echo $ber->asInteger(); # => 16