Mega Code Archive

 
Categories / Php / Strings
 

Str_pad

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