Strings Php

    $string = "Goodbye, Perl!";
    $newstring = str_pad($string, 10, 'a');
?>