<?php $number = 0x12A; $string = '0x12A'; // direct decoding echo hexdec($string); // the reverse way $newString = '0x'.dechex($number); ?>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`