PHP/Math/hexdec — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 10:37, 26 мая 2010

number hexdec ( string hex_string ) converts a hexadecimal number into a decimal number

 
<?
    print hexdec(e8); // 232
?>