strtoupper() - string
Returns string with all alphabetic characters
converted to uppercase.
Parameters :
string - The input string.
Syntax
string strtoupper
( string $string
)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference