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