| ctype_lowerCheck for lowercase character(s) Description
   bool ctype_lower
    ( string  $text)
   Checks if all of the characters in the provided string,
    Parameters
 
 Return Values
   Returns  Examples
 Example #1 A ctype_lower example (using the default locale) 
<?phpThe above example will output: The string aac123 does not consist of all lowercase letters. The string qiutoas consists of all lowercase letters. The string QASsdks does not consist of all lowercase letters. Notes
 See Also
 
 |