User Tools

Site Tools


uphp:functions:strtoupper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
uphp:functions:strtoupper [2017/05/26 19:03]
jeff
uphp:functions:strtoupper [2021/09/13 05:57] (current)
Line 31: Line 31:
   $str="Mary Had A Little Lamb and She LOVED It So";   $str="Mary Had A Little Lamb and She LOVED It So";
   $str=strtoupper($str);   $str=strtoupper($str);
-  print $str; // Prints "MARY HAD A LITTLE LAMB AND SHE LOVED IT SO"+  print($str); // Prints "MARY HAD A LITTLE LAMB AND SHE LOVED IT SO"
 ?> ?>
 </code> </code>
uphp/functions/strtoupper.1495825391.txt.gz · Last modified: 2021/09/13 05:56 (external edit)