ctype_upper
Description
bool ctype_upper ( string text)Returns TRUE if every character in text is an uppercase letter in the current locale.
See also ctype_alpha() and ctype_lower().
Returns TRUE if every character in text is an uppercase letter in the current locale.
See also ctype_alpha() and ctype_lower().