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