|
mb_str_padPad a multibyte string to a certain length with another multibyte string Description
string mb_str_pad(
string $string ,int $length ,string $pad_string = " ",int $pad_type = STR_PAD_RIGHT ,stringnull $encoding = null )
This function returns the Parameters
Return ValuesReturns the padded string. Examples
Example #1 mb_str_pad example
|