Download the PHP package tianhe1986/fatbinarybuffer without Composer
On this page you can find all versions of the php package tianhe1986/fatbinarybuffer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tianhe1986/fatbinarybuffer
More information about tianhe1986/fatbinarybuffer
Files in tianhe1986/fatbinarybuffer
Download tianhe1986/fatbinarybuffer
More information about tianhe1986/fatbinarybuffer
Files in tianhe1986/fatbinarybuffer
Vendor tianhe1986
Package fatbinarybuffer
Short Description binary buffer read and write
License MIT
Homepage https://github.com/tianhe1986/FatBinaryBuffer
Package fatbinarybuffer
Short Description binary buffer read and write
License MIT
Homepage https://github.com/tianhe1986/FatBinaryBuffer
Please rate this library. Is it a good library?
Informations about the package fatbinarybuffer
FatBinaryBuffer
FatBinaryBuffer is a lightweight library for reading/writing binary string.
Requires
PHP 7.0 or higher
Installation
and then in your code
Support
It supports char/unsigned char, short/unsigned short, int32/uint32, int64/uint64, string, string with length.
Do not support float and double!
Usage
big endian vs little endian
buffer opration
writing data
reading data
writing/reading with endian (version >= 1.1)
From 1.1, short/ushort/int32/uint32/int64/uint64 cound handle with giving endian.
combine with websocket server
Taking Workerman for exmaple.
Using Layabox as a typescript client for testing. It works fine.
All versions of fatbinarybuffer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package tianhe1986/fatbinarybuffer contains the following files
Loading the files please wait ....