显示下拉菜单

ctype_print()

« ctype_lower | ctype_punct »
<?php
$bool 
ctype_print (
    
  // string $text
);
?>
结果
$bool = false
示例
#1 ctype_print  ("asdf\n\r\t")
#2 ctype_print  ("arf12")
#3 ctype_print  ("LKA#@%.54")
另请参阅
ctype_cntrl, ctype_graph, ctype_punct