Afficher la liste déroulante

ctype_space()

« ctype_punct | ctype_upper »
<?php
$bool 
ctype_space (
    
  // string $text
);
?>
Résultat
$bool = true
Exemples
#1 ctype_space  ("\n\r\t")
#2 ctype_space  ("\narf12")
#3 ctype_space  ('\n\r\t')
Voir aussi
ctype_cntrl, ctype_graph, ctype_punct