String
most used
strtoupper
description
Returns $str with all alphabetic characters converted to uppercase.
Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (รค) will not be converted.
declaration of strtoupper
string strtoupper ( string $str )
test strtoupper online
share strtoupper
comments for strtoupper
be the first
No comments so far for strtoupper(). Leave yours as first below.
+