Download the PHP package axy/binary without Composer
On this page you can find all versions of the php package axy/binary. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor axy
Package binary
Short Description Working with binary strings
License MIT
Homepage https://github.com/axypro/binary
Package binary
Short Description Working with binary strings
License MIT
Homepage https://github.com/axypro/binary
Please rate this library. Is it a good library?
Informations about the package binary
axy\binary
Working with binary strings in PHP. At the moment this package doesn't make much sense. Used by some other packages.
Documentation
Native string functions allow to work with text strings as with binary (a char is a byte). The problem is that these functions can be overridden from mbstring.
The library uses mbstring functions with the charset 8bit.
And native functions if mbstring is not enabled.
Binary
Class axy\binary\Binary with static methods.
getLength(string $string): intgetSlice(string $string, int $offset [, int $length]): stringgetByteFromChar(string $char [, bool $signed = FALSE]): intgetByteFromString(string $string, int $index [, bool $signed = FALSE]): intunpackBytes(string $string [, bool $signed = false]): int[]
All versions of binary with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package axy/binary contains the following files
Loading the files please wait ...