PHP » GoLang |
login |
register |
about
|
ctype_alpha(PHP 4 >= 4.0.4, PHP 5, PHP 7) ctype_alpha — Check 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)
<?php The above example will output: The string KjgWZC consists of all letters. The string arf12 does not consist of all letters. Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|