Convertir un nombre décimal à un nombre binaire September 28, 2012 Author: user {filelink=13293} <html> <head> <title> Fonction Mathématique</title> </head> <body> <?php print decbin(27); // 11011 ?> </body> </html> Categories: Uncategorized