Hex to Decimal

Convert a hexadecimal string to decimal.

Code

Utilities
hexdec($hex);

Parameters

Hex string to convert.

Server

More PHP Snippets