soatok/left-pad

Left pad a string to a fixed length

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 3

Open Issues: 1

pkg:composer/soatok/left-pad

v1.0.0 2016-04-08 19:36 UTC

This package is auto-updated.

Last update: 2025-10-25 09:34:58 UTC


README

Build Status

Left pad a string.

Usage

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

(By @SoatokDhole)