str_pad: 80 : String Pad « String « PHP






str_pad: 80

<?php
   echo str_pad("www.java2s.com", 80)." is good.";
?>


           
       

Related examples in the same category

1.Pad a string to a certain length with another string