Skip to content
Damien Walsh edited this page Apr 21, 2014 · 1 revision

Binary streams are generally composed of a number of fields of information. These fields are either of a fixed length, variable length (defined by the value of a previous field), or terminated by a special character.

A php-binary schema represents the structure of a binary stream.

Clone this wiki locally