Display the text box

ctype_print()

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