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