显示下拉菜单

ctype_upper()

« ctype_space | ctype_xdigit »
<?php
$bool 
ctype_upper (
    
  // string $text
);
?>
结果
$bool = false
示例
#1 ctype_upper  ("AKLWC139")
#2 ctype_upper  ("LMNSDO")
#3 ctype_upper  ("akwSKWsm")
另请参阅
ctype_alpha, ctype_lower, setlocale