|
dechexDecimal to hexadecimal Description
string dechex(int
$num )
Returns a string containing a hexadecimal representation of the given
unsigned
The largest number that can be converted is
Parameters
Return Values
Hexadecimal string representation of Examples
Example #1 dechex example
The above example will output: a 2f
Example #2 dechex example with large integers
The above example will output: ffffffff ffffffff ffffffff See Also
|