|
strtoupperMake a string uppercase Description
string strtoupper(string
$string )
Returns
Bytes in the range This can be used to convert ASCII characters within strings encoded with UTF-8, since multibyte UTF-8 characters will be ignored. To convert multibyte non-ASCII characters, use mb_strtoupper. Parameters
Return ValuesReturns the uppercased string. Changelog
Examples
Example #1 strtoupper example
Notes
See Also
|