<?php $hexData = 0xA; $str = 45; $newHex = "0x".dechex($hexData).$str; echo $newHex.PHP_EOL; echo hexdec($newHex).PHP_EOL;
You have javascript disabled. You will not be able to edit any code.