English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Questodechex()
La funzione converte il decimale in esadecimale. Restituisce una stringa esadecimale specifica del decimale.
dechex(num)
num-Il valore decimale da convertire
Questodechex()
La funzione restituisce una stringa esadecimale specifica del decimale.
<?php echo dechex("15") . "<br>"; echo dechex("1990"); ?>
Risultato di output
f<br>7c6