PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ctype_punct> <ctype_lower
Last updated: Sun, 25 Nov 2007

view this page in

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().



add a note add a note User Contributed Notes
ctype_print
flatline at greyhat dot nl
03-Mar-2004 04:58
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_punct> <ctype_lower
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites