convertir un décimal à sa répresentation octale(base-8)

Author:


Download

<html>
<head>
<title> Fonction Mathématique</title>
</head>
<body>

<?php

   print decoct(19); // "23"

 ?>

</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


one + 5 =