php str_pad no funciona

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