php str_pad tidak berfungsi

str_pad($myString, 9, '0', STR_PAD_LEFT);
// "000024896"
Unfunny Flamingo