Download the PHP package xiangdangdang/rlp without Composer
On this page you can find all versions of the php package xiangdangdang/rlp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xiangdangdang/rlp
More information about xiangdangdang/rlp
Files in xiangdangdang/rlp
Download xiangdangdang/rlp
More information about xiangdangdang/rlp
Files in xiangdangdang/rlp
Vendor xiangdangdang
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
Web3p\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
>=5.6
ext-mbstring Version *
ext-mbstring Version *
The package xiangdangdang/rlp contains the following files
Loading the files please wait ....