2017 © Pedro Peláez
 

library left-pad

Left pad a string to a fixed length

image

soatok/left-pad

Left pad a string to a fixed length

  • Wednesday, April 20, 2016
  • by soatok
  • Repository
  • 1 Watchers
  • 5 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

left-pad

Build Status, (*1)

Left pad a string., (*2)

Usage

var_dump(left_pad('foo', 5));
# string(5) "  foo"

(By @SoatokDhole), (*3)

The Versions

20/04 2016

dev-master

9999999-dev

Left pad a string to a fixed length

  Sources   Download

MIT

The Requires

  • php ^5.3|^7.0

 

The Development Requires

08/04 2016

v1.0.0

1.0.0.0

Left pad a string to a fixed length

  Sources   Download

MIT

The Requires

  • php ^5.3|^7.0