Dropdown-Liste anzeigen

ctype_alpha()

« ctype_alnum | ctype_cntrl »
<?php
$bool 
ctype_alpha (
    
  // string $text
);
?>
Ergebnis
$bool = true
Beispiele
#1 ctype_alpha  ("KjgWZC")
#2 ctype_alpha  ("arf12")
siehe auch
ctype_lower, ctype_upper, setlocale