English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Ledechex()
La fonction convertit le décimal en hexadécimal. Elle retourne une chaîne hexadécimale spécifique du nombre décimal.
dechex(num)
num-La valeur décimale à convertir
Ledechex()
La fonction retourne une chaîne hexadécimale spécifique du nombre décimal.
<?php echo dechex("15") . "<br>"; echo dechex("1990"); ?>
Résultat de la sortie
f<br>7c6