Date: 11/15/00
- Next message: the_noid <email protected>: "Re: [PHP-DEV] PHP 4.0 Bug #7830: How can I insert new records into a table?"
- Previous message: ties <email protected>: "[PHP-DEV] PHP 4.0 Bug #7781 Updated: Unable to connect to ODBC Datasource"
- In reply to: marten <email protected>: "[PHP-DEV] PHP 4.0 Bug #7829: hex2bin()?"
- Next in thread: Jon Tai: "Fw: [PHP-DEV] PHP 4.0 Bug #7829: hex2bin()?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: the_noid <email protected>: "Re: [PHP-DEV] PHP 4.0 Bug #7830: How can I insert new records into a table?"
- Previous message: ties <email protected>: "[PHP-DEV] PHP 4.0 Bug #7781 Updated: Unable to connect to ODBC Datasource"
- In reply to: marten <email protected>: "[PHP-DEV] PHP 4.0 Bug #7829: hex2bin()?"
- Next in thread: Jon Tai: "Fw: [PHP-DEV] PHP 4.0 Bug #7829: hex2bin()?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

