Re: [PHP-DEV] PHP 4.0 Bug #7829: hex2bin()? From: Adam Wright (adam <email protected>)
Date: 11/15/00

function hex2bin($hex){
  return decBin(hexDec($hex);
}

But yeah, it would a nice 'real' one to add. Wheres my GCC....

adamw

----- Original Message -----
From: <marten <email protected>>
To: <php-dev <email protected>>
Sent: Wednesday, November 15, 2000 1:16 PM
Subject: [PHP-DEV] PHP 4.0 Bug #7829: hex2bin()?

> From: marten <email protected>
> Operating system:
> PHP version: 4.0 Latest CVS (15/11/2000)
> PHP Bug Type: Feature/Change Request
> Bug description: hex2bin()?
>
> We have bin2hex(), how about adding hex2bin()?
>
>
> --
> Edit Bug report at: http://bugs.php.net/?id=7829&edit=1
>
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>