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 18:33]
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>
Line 49: Line 49:
 [[substr()]] - Return part of a <html><b><span style="color:green">string</b></html> [[substr()]] - Return part of a <html><b><span style="color:green">string</b></html>
  
-[[ucfirst()]] - Convert a <html><b><span style="color:green">string<span style="color:black"></b></html> to lowercase except for the first character of each word+[[ucfirst()]] - Convert a <html><b><span style="color:green">string<span style="color:black"></b></html> to lowercase except for the first character
  
uphp/functions/strtolower.1495823639.txt.gz · Last modified: 2021/09/13 05:56 (external edit)