isdigit()

 
Test if all characters are digits in the range 0-9.
Syntax
isdigit( string )
Returns 1 if true, 0 if false
  • string = the characters tested
User Annotations: isdigit