<?php
namespace functions\math_002;
echo octdec("0127");
echo decoct(123456);
echo decbin(5544);
echo "Done.";