20/04
2016
dev-master
9999999-devLeft pad a string to a fixed length
MIT
The Requires
- php ^5.3|^7.0
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Left pad a string to a fixed length
Left pad a string., (*2)
var_dump(left_pad('foo', 5));
# string(5) " foo"
(By @SoatokDhole), (*3)
Left pad a string to a fixed length
MIT