Download the PHP package kornrunner/rlp without Composer
On this page you can find all versions of the php package kornrunner/rlp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kornrunner/rlp
More information about kornrunner/rlp
Files in kornrunner/rlp
Download kornrunner/rlp
More information about kornrunner/rlp
Files in kornrunner/rlp
Vendor kornrunner
Package rlp
Short Description Recursive Length Prefix Encoding in PHP.
License MIT
Package rlp
Short Description Recursive Length Prefix Encoding in PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package rlp
rlp
Recursive Length Prefix Encoding in PHP.
Install
Set minimum stability to dev
Usage
RLP encode:
RLP decode:
API
kornrunner\RLP\RLP
encode
Returns recursive length prefix encoding of given inputs.
encode(mixed $inputs)
Mixed inputs - array of string, integer or numeric string.
Note: output is not zero prefixed.
Example
- Encode array of string.
decode
Returns array recursive length prefix decoding of given data.
decode(string $input)
String input - recursive length prefix encoded string.
Note: output is not zero prefixed.
Example
- Decode recursive length prefix encoded string.
License
MIT
All versions of rlp with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 | ^8.0 | ^8.1 | ^8.2
ext-mbstring Version *
ext-mbstring Version *
The package kornrunner/rlp contains the following files
Loading the files please wait ....