|
hexdecHexadecimal to decimal Description
intfloat hexdec(string
$hex_string )
Returns the decimal equivalent of the hexadecimal number
represented by the hexdec will ignore any non-hexadecimal characters it encounters. As of PHP 7.4.0 supplying any invalid characters is deprecated. Parameters
Return Values
The decimal representation of Changelog
Examples
Example #1 hexdec example
Notes
See Also
|