ctype_upper
Opis
bool ctype_upper ( string text )
Checks if all of the characters in the provided string,
text
, are uppercase characters.
Zwracane wartości
Returns TRUE if every character in text
is
an uppercase letter in the current locale.
Przykłady