Convertir un nombre décimal à un nombre hexadécimal May 30, 2012 Author: user {filelink=13295} <html> <head> <title> Fonction Mathématique</title> </head> <body> <?php print dechex(27); // 1b ?> </body> </html> Categories: Uncategorized