go to post Luccas Marra do... · Oct 23, 2018 PHP$string = 9;echo str_pad($string, 5, '0', STR_PAD_LEFT); // Resultado: 00009 Certifications & Credly badges:Luccas has no Certifications & Credly badges yet.Global Masters badges:Luccas has no Global Masters badges yet.Followers:Luccas has no followers yet.Following:Luccas has not followed anybody yet.
PHP
$string = 9;
echo str_pad($string, 5, '0', STR_PAD_LEFT); // Resultado: 00009