PHP » GoLang |
login |
register |
about
|
dechex(PHP 4, PHP 5, PHP 7) dechex — Decimal 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
|
more
Recently updated
more
Most requested
more
Last requests
|