|
ctype_lower
Check for lowercase character(s)
(PHP 4 >= 4.0.4, PHP 5)
Example 421. A ctype_lower() example (using the default locale)<?php The above example will output: The string aac123 does not consist of all lowercase letters. |