Universeorange.com/Docs/
{math.dec.hex(Int $number)}
Decimal to hexadecimal value.
As PHP's int type is signed, but {math.dec.hex()} deals with unsigned integers, negative integers will be treated as though they were unsigned.
Returns a
stringcontaining a hexadecimal representation of the givennumberargument.
https://www.php.net/manual/en/function.dechex.php
Last modified: 2021-06-06
© 2021 universeorange.com