Home > PHP > Function > Math > hexdec()

hexdec()

hexdec - Hexadecimal to decimal

Syntax

number hexdec (string $hex_string)

Arguments

  • hex_string - The hexadecimal string to convert

Description

Returns the decimal equivalent of the hexadecimal number represented by the hex_string argument. hexdec() converts a hexadecimal string to a decimal number.

Version

PHP 4, 5

Return value

The decimal representation of hex_string