|
dechexDecimal to hexadecimal Description
string dechex
( int
$number
)
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
<?php The above example will output: a 2f
Example #2 dechex example with large integers
<?php The above example will output: ffffffff ffffffff ffffffff See Also
|