ドロップダウンリストを表示

ctype_cntrl()

« ctype_alpha | ctype_digit »
<?php
$bool 
ctype_cntrl (
    
  // string $text
);
?>
結果
$bool = true
#1 ctype_cntrl  ("\n\r\t")
#2 ctype_cntrl  ("arf12")
参照
ctype_print