Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 711 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 711 Bytes

mb_str_pad()

Travis Build Status

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