Although the first comment was not what I needed, I did find another
built-in function that converts between any base, base_convert($number,
$frombase, $tobase) worked wonderful for what I needed.

Josh

"Miguel Cruz" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Tue, 30 Apr 2002, Joshua E Minnie wrote:
> > I know that there is a built-in function for bin2hex(), but does any
body
> > know have any code to do just the opposite, convert hex2bin?
>
> Check the first comment in the manual under bin2hex.
>
> miguel
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to