Dropdown-Liste anzeigen

ctype_cntrl()

« ctype_alpha | ctype_digit »
<?php
$bool 
ctype_cntrl (
    
  // string $text
);
?>
Ergebnis
$bool = true
Beispiele
#1 ctype_cntrl  ("\n\r\t")
#2 ctype_cntrl  ("arf12")
siehe auch
ctype_print