Strings Php

   $url = "http://WWW.EXAMPLE.COM/";
   echo strtolower($url);
?>