Convert binary string to binary string.
function bin2bin ($str){ return pack("H", bin2hex($str)); }
string bin2bin -> string
Rating: 0 / 5 (0 votes) 5496 views
Want to share your source code? Create your account and join our community!
Comments
Add your comment