Description
bool
ctype_space ( string
text)
Returns TRUE if every
character in text creates
some sort of white space,
FALSE otherwise. Besides the blank character this
also includes tab, vertical tab, line feed, carriage return
and form feed characters.