This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
uphp:functions:strtoupper [2017/05/26 17:42] jeff |
uphp:functions:strtoupper [2021/09/13 05:57] (current) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| <span style=" | <span style=" | ||
| <span style=" | <span style=" | ||
| - | <span style=" | + | <span style=" |
| <span style=" | <span style=" | ||
| </ | </ | ||
| - | This function converts all alphabetic characters in < | + | This function converts all alphabetic characters in < |
| ====Parameter==== | ====Parameter==== | ||
| - | < | + | < |
| ====Return Values==== | ====Return Values==== | ||
| Line 31: | Line 31: | ||
| $str=" | $str=" | ||
| $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" |
| ?> | ?> | ||
| </ | </ | ||
| Line 49: | Line 49: | ||
| [[substr()]] - Return part of a < | [[substr()]] - Return part of a < | ||
| - | [[ucfirst()]] - Convert a < | + | [[ucfirst()]] - Convert a < |