Strings Php

    $string = "i like to program in PHP";
    $a = strtoupper($string);
?>