Left-pad
Primary LanguagePHPMIT LicenseMIT
Left pad a string.
var_dump(left_pad('foo', 5)); # string(5) " foo"
(By @SoatokDhole)