Mostrar lista de opciones

ctype_punct()

« ctype_print | ctype_space »
<?php
$bool 
ctype_punct (
    
  // string $text
);
?>
Resultado
$bool = false
Ejemplos
#1 ctype_punct  ('ABasdk!@!$#')
#2 ctype_punct  ('!@ # $')
#3 ctype_punct  ('*&$()')
Ver también
ctype_cntrl, ctype_graph