number hexdec ( string hex_string ) converts a hexadecimal number into a decimal number : hexdec « Math « PHP






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

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

Related examples in the same category