08/06
2018
Wallogit.com
2017 © Pedro Peláez
Lib for add symbols to start or end of string like spaces, dots or any another.
Lib for add symbols to start or end of string like spaces, dots or any another., (*2)
composer require zhukmax/stringpad
<?php
require_once 'vendor/autoload.php';
use Zhukmax\StringPad;
echo StringPad::left(5, 6, 0); // => 000005
echo StringPad::right('b', 5, 'a'); // => baaaa