Mostrar lista de opciones

ctype_cntrl()

« ctype_alpha | ctype_digit »
<?php
$bool 
ctype_cntrl (
    
  // string $text
);
?>
Resultado
$bool = true
Ejemplos
#1 ctype_cntrl  ("\n\r\t")
#2 ctype_cntrl  ("arf12")
Ver también
ctype_print