Strings Php

$full_name = "this is a test";
$full_name = ucwords ( $full_name );
print $full_name; 
?>