Répresentation binaire d’un décimal July 17, 2012 Author: user {filelink=13287} <html> <head> <title> Fonction Mathématique</title> </head> <body> <?php echo decbin(8)."<br/>"; echo base_convert("16", 10, 2); ?> </body> </html> Categories: Uncategorized