BinaryStream
BinaryStream copied to clipboard
BinaryStream - a writer and reader for binary data. Best replacement for pack()/unpack().
Results
1
BinaryStream issues
Sort by
recently updated
recently updated
newest added
Code to reproduce invalid offset: ```php $s->mark('start'); $s->readString(4); $s->go('start'); for ($i = 0; $ireadBit(); ``` Now pointer set to wrong position.