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

Multibyte-capable alternative to php's builtin str_pad() function

Notifications You must be signed in to change notification settings

sehrgutesoftware/mb-str-pad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Multibyte-capable alternative to php's builtin str_pad() function

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages