English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Thisdechex()
The function converts decimal to hexadecimal. It returns the hexadecimal string of the specified decimal.
dechex(num)
num-the decimal value to be converted
Thisdechex()
The function returns the hexadecimal string of the specified decimal.
<?php echo dechex("15") . "<br>"; echo dechex("1990"); ?>
Output Result
f<br>7c6