Decimal to Hex

Convert a decimal number to its hexadecimal string representation.

Code

Utilities
dechex($num);

Parameters

Decimal number to convert.

Server

More PHP Snippets