Afficher la liste déroulante

ctype_upper()

« ctype_space | ctype_xdigit »
<?php
$bool 
ctype_upper (
    
  // string $text
);
?>
Résultat
$bool = false
Exemples
#1 ctype_upper  ("AKLWC139")
#2 ctype_upper  ("LMNSDO")
#3 ctype_upper  ("akwSKWsm")
Voir aussi
ctype_alpha, ctype_lower, setlocale