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

ctype_punct()

« ctype_print | ctype_space »
<?php
$bool 
ctype_punct (
    
  // string $text
);
?>
結果
$bool = false
#1 ctype_punct  ('ABasdk!@!$#')
#2 ctype_punct  ('!@ # $')
#3 ctype_punct  ('*&$()')
参照
ctype_cntrl, ctype_graph