|
hexdecHexadecimal to decimal Description
number hexdec
( string
$hex_string
)
Returns the decimal equivalent of the hexadecimal number
represented by the hexdec will ignore any non-hexadecimal characters it encounters. Parameters
Return Values
The decimal representation of Examples
Example #1 hexdec example
<?php Notes
See Also
|