Luccas Marra do Amaral · Oct 23, 2018 go to post PHP$string = 9;echo str_pad($string, 5, '0', STR_PAD_LEFT); // Resultado: 00009 Log in to post comments