Math
most used
dechex
description
Returns a string containing a hexadecimal representation of the given $number argument. The largest number that can be converted is 4294967295 in decimal resulting to "ffffffff".
declaration of dechex
string dechex ( int $number )
test dechex online
share dechex
comments for dechex
be the first
No comments so far for dechex(). Leave yours as first below.
+