PHP » PYTHON |
login |
register |
about
|
int(hex_string, 16) hexdec(PHP 4, PHP 5) hexdec — Hexadecimal to decimal DescriptionReturns the decimal equivalent of the hexadecimal number represented by the hex_string argument. hexdec() converts a hexadecimal string to a decimal number. hexdec() will ignore any non-hexadecimal characters it encounters. Parameters
Return ValuesThe decimal representation of hex_string Changelog
Examples
Example #1 hexdec() example
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|