darsyn / ip

Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
http://darsyn.github.io/ip/
MIT License
249 stars 21 forks source link

Binary Utility #48

Closed zanbaldwin closed 5 years ago

zanbaldwin commented 6 years ago

Create a binary utility class for dealing with binary strings. This makes a centralised place to deal with str* and mb_str* functions (and the possibility of incorrect function results from the overloading of string functions by the multibyte extension).

Todo: Move out modifications to reference functions by absolute path into a separate pull request. DONE