<?php declare(strict_types=1); $bytes = pack("V", 101796507803451406); $hex = bin2hex($bytes); echo $hex; $bytes = hex2bin($hex); $result = unpack("V", $bytes); echo $result;
You have javascript disabled. You will not be able to edit any code.