User Tools

Site Tools


uphp:functions:strtolower

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:strtolower [2017/05/26 19:02]
jeff
uphp:functions:strtolower [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=strtolower($str);   $str=strtolower($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/strtolower.1495825370.txt.gz · Last modified: 2021/09/13 05:56 (external edit)