Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

hex to dec php

$hexadecimal = 'afc758';

$decimal = hexdec($hexadecimal);

echo $hexadecimal . ' -> decimal value is: ' . $decimal;
Source by phpf1.com #
 
PREVIOUS NEXT
Tagged: #hex #dec #php
ADD COMMENT
Topic
Name
5+6 =