Mostrar lista de opciones

ctype_print()

« ctype_lower | ctype_punct »
<?php
$bool 
ctype_print (
    
  // string $text
);
?>
Resultado
$bool = false
Ejemplos
#1 ctype_print  ("asdf\n\r\t")
#2 ctype_print  ("arf12")
#3 ctype_print  ("LKA#@%.54")
Ver también
ctype_cntrl, ctype_graph, ctype_punct