Strings Php

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