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 |