convertir un décimal à sa répresentation octale(base-8) June 2, 2012 Author: user {filelink=13296} <html> <head> <title> Fonction Mathématique</title> </head> <body> <?php print decoct(19); // "23" ?> </body> </html> Categories: Uncategorized