Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
ctype_upper
Popis
bool ctype_upper ( string text )
Checks if all of the characters in the provided string,
text
, are uppercase characters.
Návratové hodnoty
Returns TRUE if every character in text
is
an uppercase letter in the current locale.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
ctype_space | Nahoru |