PHP Manual: ctype_upper
ctype_upper
Description
bool ctype_upper ( string text )
Checks if all of the characters in the provided string,
text, are uppercase characters.
Examples
Checks if all of the characters in the provided string,
text, are uppercase characters.