It seems that this function does not recognize characters such as '', '', '', '' as printable.
Depends on your locale settings, in the default "C" locale they are
indeed not printable as it is 7bit ASCII based. (hartmut)
ctype_print
(PHP 4 >= 4.0.4, PHP 5)
ctype_print — Skotrolovať vytlačiteľný(é) znak(y)
Popis
bool ctype_print
( string $text
)
Vracia TRUE, ak každý znak v text e vytvorí výstup (vrátane prázdnych miest). Vracia FALSE, ak text obsahuje kontrolné znaky alebo znaky, ktoré nemajú žiaden výstup alebo vôbec žiadnu kontrolnú funkciu.
Tiež pozri ctype_cntrl(), ctype_graph() a ctype_punct().
ctype_print
flatline at greyhat dot nl
03-Mar-2004 04:58
03-Mar-2004 04:58
