|
str_padPad a string to a certain length with another string Description
string str_pad(
string $string ,int $length ,string $pad_string = " ",int $pad_type = STR_PAD_RIGHT )
This function returns the Parameters
Return ValuesReturns the padded string. Examples
Example #1 str_pad example
See Also
|