Strings Php

    $string = "Goodbye, Perl!";
    $newstring = str_pad($string, 2);
?>