Convert Hexadecimal String to Binary (hex2bin) PHP Function
PHP implements a bin2hex function that converts given binary string to hexadecimal string. Sometimes you need to solve the reverse task. You are given hexadecimal string and you need a PHP function that converts it to a binary string. Read the rest of this entry »
