This shows you the differences between two versions of the page.
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=" | $str=" | ||
$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" |
?> | ?> | ||
</ | </ |