hexdec
description
Returns the decimal equivalent of the hexadecimal number represented by the $hexString argument. hexdec() converts a hexadecimal string to a decimal number.
Wandelt den hexadezimal kodierten Eingabestring $hex_string in einen Dezimalwert um.
Devuelve el equivalente decimal del número hexadecimal representado por el argumento $hex_string. hexdec() convierte una cadena hexadecimal a un número decimal.
Retourne une chaîne contenant la représentation décimale du nombre $hex_string. hexdec() ignorera tout caractère non-hexadécimal qu'elle rencontrera.
Retorna o decimal equivalente do número hexadecimal representado pelo argumento $hex_string. hexdec() converte uma string hexadecimal para um número decimal.
function call
number hexdec( string $hexString )
test hexdec online
comments for hexdec
be the first
No comments so far for hexdec. Leave your's as first below.
