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