Function utf8_str_pad
Replacement for str_pad. $padStr may contain multi-byte characters.
Package: utf8
Author: Oliver Saunders <oliver (a) osinternetservices.com>
See: http://www.php.net/str_pad
See:
Located at vendor/joomla/string/src/phputf8/str_pad.php
Author: Oliver Saunders <oliver (a) osinternetservices.com>
See: http://www.php.net/str_pad
See:
utf8_substr()
Located at vendor/joomla/string/src/phputf8/str_pad.php
Parameters summary
string |
$input |
|
integer |
$length |
|
string |
$padStr = ' ' |
|
integer |
$type = STR_PAD_RIGHT |
( same constants as str_pad ) |
Return value summary
string
|