Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$s = 20;
$s = '0020';
$a='00'.$s;
$s = str_pad($s, '0', 4, STR_PAD_LEFT);
str_pad($s,4,'0',STR_PAD_LEFT);