utf8_str_pad (line
23)
Replacement for str_pad. $padStr may contain multi-byte characters.
string
utf8_str_pad
(string $input, int $length, [string $padStr = ' '], [int $type = STR_PAD_RIGHT])
-
string
$input
-
int
$length
-
string
$padStr
-
int
$type: ( same constants as str_pad )