Php Str Pad Not Working

[Solved] Php Str Pad Not Working | Php - Code Explorer | yomemimo.com
Question : php str_pad not working

Answered by : unfunny-flamingo

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

Source : https://stackoverflow.com/questions/14689139/php-using-str-pad-not-working-why | Last Update : Wed, 26 Aug 20

Answers related to php str pad not working

Code Explorer Popular Question For Php