Display the drop-down list

ctype_punct()

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