Friday, November 19, 2004

PHP: strtoupper - Manual

PHP: strtoupper - Manual: "$str = 'Mary Had A Little Lamb and She LOVED It So';
$str = strtoupper($str);
echo $str; // Prints MARY HAD A LITTLE LAMB AND SHE LOVED IT SO
?> "

No comments: