Afficher la liste déroulante

ctype_punct()

« ctype_print | ctype_space »
<?php
$bool 
ctype_punct (
    
  // string $text
);
?>
Résultat
$bool = false
Exemples
#1 ctype_punct  ('ABasdk!@!$#')
#2 ctype_punct  ('!@ # $')
#3 ctype_punct  ('*&$()')
Voir aussi
ctype_cntrl, ctype_graph