Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
ctype_space
Popis
bool ctype_space ( string text )
Checks if all of the characters in the provided string,
text
, creates whitespace.
Návratové hodnoty
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.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
ctype_punct | Nahoru |