| 
 | str_padPad a string to a certain length with another string Description
   string str_pad
    ( string  $input, int$pad_length[, string$pad_string= " "
   [, int$pad_type= STR_PAD_RIGHT
  ]] )
   This functions returns the  Parameters
 
 Return ValuesReturns the padded string. Examples
 Example #1 str_pad example 
<?php |