sehrgut / mb-str-pad
Multibyte-capable alternative to php's builtin str_pad() function
Installs: 15 376
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires (Dev)
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2023-03-22 06:01:42 UTC
README
Multibyte-capable alternative to php's builtin str_pad() function
It has exactly the same interface as the original str_pad()
function, which is documented here: https://secure.php.net/manual/en/function.str-pad.php
Installation
composer require sehrgut/mb-str-pad
Usage
Composer should autoload the mb_str_pad()
function into global namespace. Use it just like any built-in function.
Testing
composer test
License
Public Domain