Strings Php

$full_name = "tHis IS a tESt";
$full_name =  ucwords( strtolower($full_name) );
print $full_name; 
?>