Strings Php

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