Left pad

Component ID

2724183

Component name

Left pad

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

239

Component created

Component changed

Component body

String left pad

Usage

/** @var ContainerInterface $container */
$service = $container->get('left_pad.default');
// Results in '00005'
$result = $service->leftPad('5', 5, 0);

Don't worry, it also includes an interface if you want to override the service!