Mega Code Archive

 
Categories / Php / Strings
 

Str_pad php

<?php    echo str_pad("Salad", 10)." is good."; ?>