phpbar.de logo

Mailinglisten-Archive

[php] Variablen in hex Formatieren

[php] Variablen in hex Formatieren

Tim Strehle tim at digicol.de
Die Feb 10 10:23:59 CET 2004


Hallo Dor Betor, hallo Norbert,

das läßt sich abkürzen:

 > // dann konvertierst Du den zu einer Dezimalzahl
 > $dec = bindec($bin);
 > // um ihn nun in eine Hexzahl umzuwandeln
 > $hex = dechex($dec);

$hex = base_convert($bin, 2, 16);

s. http://de.php.net/manual/en/function.base-convert.php

Gruß,
Tim

-- 
-------------------------------------------------------
Tim Strehle
Development

Digital Collections              Phone: +49 40 235 35 0
Hammerbrookstr. 93               Fax: +49 40 235 35 180
20097 Hamburg / Germany          http://www.digicol.com
-------------------------------------------------------

php::bar PHP Wiki   -   Listenarchive