<?php$num = 10;$num1 = str_pad($num, 4, '0', STR_PAD_LEFT);echo $num1;// your code goes here
Standard input is empty
0010
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!