RosettaCodeData/Task/Binary-digits/PHP/binary-digits.php
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

4 lines
58 B
PHP

<?php
echo decbin(5);
echo decbin(50);
echo decbin(9000);