Dropdown-Liste anzeigen

ctype_print()

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