asn1:ASN1解析器和生成器

时间:2021-05-22 15:41:20
【文件属性】:
文件名称:asn1:ASN1解析器和生成器
文件大小:28KB
文件格式:ZIP
更新时间:2021-05-22 15:41:20
PHP 1号 是ASN1编码器/解码器。 安装 通过作曲家 $ composer require vakata/asn1 用法 该库的主要部分是Decoder和Encoder类。 // first create an instance (there is a fromFile static method as well) $ decoded = \vakata\asn1\ Decoder :: fromString ( "...ASN1 data here ..." ); // you can then inspect the parsed raw data $ decoded -> structure (); // more info $ decoded -> values (); // just values // or map the data to an existing map $
【文件预览】:
asn1-master
----api.md(10KB)
----src()
--------Decoder.php(24KB)
--------ASN1.php(14KB)
--------ASN1Exception.php(74B)
--------structures()
--------Encoder.php(9KB)
--------LazyArray.php(1KB)
--------LazyDecoder.php(16KB)
--------Reader.php(2KB)
----CONTRIBUTING.md(1KB)
----.phpdoc-md(254B)
----LICENSE.md(1KB)
----README.md(3KB)
----.editorconfig(312B)
----.scrutinizr.yml(777B)
----composer.json(900B)

网友评论