Display the text box

hexdec()

« hex2bin | highlight_string »
<?php
$number 
hexdec (
    
  // string $hex_string
);
?>
Result
$number = 238
Examples
#1 hexdec  ("See")
#2 hexdec  ("ee")
#3 hexdec  ("that")
#4 hexdec  ("a0")
See also
base_convert, bindec, dechex, octdec