string str_pad ( string input, int length [, string padding [, int type]] )
<? $string = "Goodbye, Perl!"; $newstring = str_pad($string, 2); ?>