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