iscntrl()

 
Test if all characters are control characters (those with decimal value between 0 and 31, or 127).
Syntax
iscntrl( string )
Returns 1 if true, 0 if false
  • string = the characters tested
User Annotations: iscntrl