|
ctype_space
Check for whitespace character(s)
(PHP 4 >= 4.0.4, PHP 5)
Example 424. A ctype_space() example<?php The above example will output: The string 'string1' consists of all whitespace characters. Code Examples / Notes » ctype_spaceanonymous
ctype_space("") i.e. the empty string, returns true
|