| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
ctype_cntrl
Popis
bool ctype_cntrl ( string text )
Checks if all of the characters in the provided string,
text, are control characters.
Control characters are e.g. line feed, tab, escape.
Návratové hodnoty
Returns TRUE if every character in text is
a control character from the current locale, FALSE otherwise.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| ctype_alpha | Nahoru |